Skip to main content
DELETE
/
entities
/
{id}
Deletes an entity for the authenticated user.
curl --request DELETE \
  --url https://api.nuvion.tech/entities/{id} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

Authorization header: Bearer {jwt or Secretkey}

Path Parameters

id
string
required

Response

Deleted successfully

The response is of type object.