Skip to main content
DELETE
/
v1
/
entities
/
{entityId}
Delete Entity
curl --request DELETE \
  --url https://api.waycore.com/v1/entities/{entityId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "message": "<string>",
  "requestId": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

entityId
string<uuid>
required

Response

Successful Response