Blue Guardrails

Delete Labeling Annotation

Delete a manual annotation.

DELETE
/v1/labeling-annotations/{annotation_id}

Path Parameters

annotation_id*string
Formatuuid

Header Parameters

x-workspace-id?|

Workspace UUID to operate within. Required for session auth and user-scoped API keys. Optional for workspace-scoped API keys (uses key's workspace if omitted).

Response Body

application/json

curl -X DELETE "https://loading/v1/labeling-annotations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}