Skip to main content

Delete Custom Report

DELETE 

/api/v2/custom-reports/:id

Delete a custom report. Only the report owner can delete it (returns 403 otherwise). Also deletes associated shares.

Required scope: reports:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns 204 No Content on success. Returns 404 if not found. Returns 403 if not the owner.

Request

Responses

Successful response