Skip to main content
DELETE
/
entities
/
{id}
Delete Entity
curl --request DELETE \
  --url https://api.example.com/entities/{id}
{
  "success": true,
  "message": "<string>"
}

Path Parameters

id
string
required

Response

200 - application/json

Confirmation of deletion

success
boolean
message
string