Skip to main content
DELETE
/
v1
/
entity
/
{entityId}
Delete Entity
curl --request DELETE \
  --url https://api.app.reva.ai/v1/entity/{entityId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entityId
string
required

Unique identifier of the entity

Query Parameters

entityTypeId
string
required

Unique identifier for the entity type.

To find the entityTypeId, follow these steps:

  • From the left menu, navigate to an Application -> Environment -> Policy Store
  • Click on the "Data" tab.
  • Here you will see a list of all Entity Types along with their IDs. Copy the ID of the entity type you want to use.

Response

No Content

I