This endpoint removes a specific privilege and its value from an entitlement. The privilege remains untouched on the original feature.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Code of the existing plan.
"startup"
Code of the existing feature.
"seats"
Code of the privilege to remove from the entitlement.
"max_admins"
Entitlement with privilege removed
The response is of type object
.