Skip to content

Delete an annotation

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

Deletes a single Annotation 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 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.

No content