DELETE
/
v0
/
annotations
/
{id}
Delete an annotation
curl --request DELETE \
  --url https://api.avidoai.com/v0/annotations/{id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Your unique Avido API key

Path Parameters

id
string<uuid>
required

The unique identifier of the annotation

Example:

"789e4567-e89b-12d3-a456-426614174000"

Response

Annotation successfully deleted