Delete an annotation
DELETE
/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}/annotations/{annotationId}
Deletes a single Annotation 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 annotation belongs to.
reportId
required
string
Either the uuid or external-id of the annotation.
annotationId
required
string
Either the uuid or external-id of the annotation.
Responses
Section titled “ Responses ”No content