cURL
curl --request DELETE \ --url https://api.select.dev/api/{organization_id}/teams/{team_id}/roles/{role_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove a role from a team
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the team
The ID of the role assignment
Successful Response
true
false