Delete On-Demand Scan Results

Xray REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Deletes on-demand scanning results using the JFrog CLI.

Since: 3.40.0

Security: Requires a valid user with Read permissions.

Usage: POST /api/v1/on_demand/delete

Consumes: application/json

Sample Usage

curl --location --request POST 'http://localhost:8083/xray/api/v1/on_demand/delete' \
--header 'Authorization: Basic YWRtaW46cGFzc3dvcmQ=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "scan_ids": [
        "4edeec13-b7ef-4e5f-64d9-7a60c5145084"
    ]
}