Skip to main content
DELETE
/
api
/
v1
/
entitlements
/
{id}
Delete an entitlement
curl --request DELETE \
  --url https://dev-entitlements-api.iqraa.ai/api/v1/api/v1/entitlements/{id} \
  --header 'x-admin-api-key: <x-admin-api-key>'

Headers

x-admin-api-key
string
required

The API key to access the admin API

Path Parameters

id
string
required

Entitlement ID

Response

Entitlement deleted successfully