Description: Abort report generation.
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 abort a report using this REST API in the scope of a project, by using the additional query parameter projectKey
.
Usage: POST /api/v1/reports/abort/{id:.*}
Sample Request
POST /api/v1/reports/abort/{21}
Abort Report Generation in Projects
POST /api/v1/reports/abort/21?projectKey=<project_key>