Delete

Xray REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Delete report.

Since: 3.8

Security: Requires a user with the Manage Reports role.

Notes: For Xray version 3.21.2 and above with Projects, a Project Admin with Manage Security Assets privilege can delete a report using this REST API in the scope of a project, by using the additional query parameter projectKey.

Usage: DELETE /api/v1/reports/{id:.*}

Sample Request

DELETE /api/v1/reports/{10}
DELETE /api/v1/reports/10?projectKey=<project_key>

Sample Response

"report deleted successfully"