Delete a report
DELETE
/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}
Deletes a single Report matching the provided ID.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” 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.
Responses
Section titled “ Responses ”No content