DELETE
/
v1
/
entities
/
{id}
Delete an entity
curl --request DELETE \
  --url https://api.orgs.sh/v1/entities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token>. The token can be a legacy Orgs API key or a platform-minted JWT.

Path Parameters

id
string<uuid>
required

Entity UUID.

Response

Entity deleted.