curl --request DELETE \
--url https://api.avidoai.com/v0/annotations/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Deletes an existing annotation.
curl --request DELETE \
--url https://api.avidoai.com/v0/annotations/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the annotation
"789e4567-e89b-12d3-a456-426614174000"
Annotation successfully deleted