Access Control - Policies

Detach a Policy from a User

Detaches a policy from a user.

delete/access_control/users/{user_id}/policies/{policy_id}

Response

OK

idinteger required
account_idinteger required
namestring required

Policy's name

descriptionstring

Policy's description

user_countinteger

The number of users which the policy attaches to

Example response

{
  "id": 67,
  "account_id": 123,
  "name": "some_policy",
  "description": "written about the policy",
  "user_count": 3
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.