Access Control - Policies
Detach
Detaches a user from a policy.
delete/access_control/policies/{policy_id}/users/{user_id}
Response
OK
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.