Skip to main content
DELETE
/
projects
/
{projectId}
/
annotations
/
{annotationId}
Delete Annotation
curl --request DELETE \
  --url https://{regionAndDomain}.com/api/app/projects/{projectId}/annotations/{annotationId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": "ok",
  "results": {
    "id": 123
  }
}

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

projectId
integer
required

Your project id (eg: 12345)

annotationId
number
required

The id of the annotation

Response

Success

A JSON response object containing the id of the deleted annotation'

status
string
required

The status of the response

Example:

"ok"

results
object
required