Skip to main content
DELETE
Remove a privilege from an entitlement

Authorizations

Authorization
string
header
required

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

Path Parameters

code
string
required

Code of the existing plan.

Example:

"startup"

feature_code
string
required

Code of the existing feature.

Example:

"seats"

privilege_code
string
required

Code of the privilege to remove from the entitlement.

Example:

"max_admins"

Response

Entitlement with privilege removed

entitlement
object
required