Revoke a team permission from a user
Revoke a team permission from a user
Path parameters
The ID of the user, or the special value me for the currently authenticated user
The ID of the user, or the special value me for the currently authenticated user
The permission ID used to uniquely identify a permission. Can either be a custom permission with lowercase letters, numbers, :, and _ characters, or one of the system permissions: $update_team, $delete_team, $read_members, $remove_members, $invite_members, $manage_api_keys
The permission ID used to uniquely identify a permission. Can either be a custom permission with lowercase letters, numbers, :, and _ characters, or one of the system permissions: $update_team, $delete_team, $read_members, $remove_members, $invite_members, $manage_api_keys
Response
Successful response
Example response
{
"success": true
}