Skip to main content
DELETE
/
v1
/
review-annotations
/
{annotation_id}
Delete review annotation
curl --request DELETE \
  --url https://api.coval.dev/v1/review-annotations/{annotation_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Path Parameters

annotation_id
string
required

The annotation ID

Response

Annotation deleted successfully

The response is of type object.