Skip to main content
DELETE
/
v1
/
addon-entitlements
/
{addonId}
/
{entitlementId}
Detach an entitlement from an addon
curl --request DELETE \
  --url https://revstack.dev/v1/addon-entitlements/{addonId}/{entitlementId}
null

Path Parameters

addonId
string
required
Example:

"add_abc123"

entitlementId
string
required
Example:

"ent_abc123"

Response

200 - application/json

Addon entitlement removed

The response is of type unknown.