Skip to main content
DELETE
/
catalog
/
plans
/
{identifier}
/
features
/
{feature_id}
Delete plan entitlement
curl --request DELETE \
  --url https://api.kelviq.com/api/v1/catalog/plans/{identifier}/features/{feature_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "message": "Entitlement deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://docs.kelviq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

identifier
string
required

Plan identifier.

feature_id
string
required

Feature identifier (slug, not UUID).

Response

Entitlement removed.

message
string
Example:

"Object deleted successfully."