PrompticPromptic

Delete an annotation

DELETE
/components/{componentId}/runs/{runId}/annotations/{annotationId}

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

componentId*string
Formatuuid
runId*string
Formatuuid
annotationId*string
Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/annotations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "error": "string"
}
{
  "error": "string"
}