Deletes a saved report by its unique identifier.
Use this endpoint to permanently remove a saved report. Only the report owner or a report administrator can delete.
System-installed reports cannot be deleted through this endpoint.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| specificReportId | Unique numeric identifier of the specific report to delete | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.
404
Not Found
The requested resource was not found. Verify the ID or path is correct.