POST/projects/api/v3/reporting/custom/bulk/delete.json
Bulk delete custom reports.
Deletes multiple custom reports in a single request. The body must specify
the ids of the reports to remove.
Body Params
BulkDeleteRequest contains the ids of the custom reports that should be removed.
- Name
customReportIds- Type
- array
Responses
- Code
- 204
- Description
- 204 No Content No Data
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 404
- Type
- object
- Schema
- Description
- 404 Not Found
ErrorResponse defines how []Error should be marshaled to JSON.
400 Bad Request
ErrorResponse
{
"errors": [
{
"code": "string",
"detail": "string",
"id": "string",
"meta": {},
"title": "string"
}
]
}