Skip to content

Delete a report

DELETE
/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}

Deletes a single Report matching the provided ID.

workspace
required
string

This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.

repo_slug
required
string

The repository.

commit
required
string

The commit the report belongs to.

reportId
required
string

Either the uuid or external-id of the report.

No content