Assignments
removeAssignment
Remove role assignment from user
delete/v1/permissions/assignments/{userId}/{roleId}
Path parameters
userIdstring required
Id of a user
Example:1
roleIdstring required
Format: <organization_id>:<slug>
Example:123:owner
Response
ok
Example response
{
"user_id": "1",
"roles": [
"123:owner"
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.