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

Path Parameters

planId
string
required
Example:

"plan_abc123"

entitlementId
string
required
Example:

"ent_abc123"

Response

200 - application/json

Plan entitlement removed

The response is of type unknown.