Description: Deletes on-demand scanning results using the JFrog CLI.
Since: 3.40.0
Security: Requires a valid user with Read permissions.
Usage: POST /xray/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"
]
}