cURL
curl --request DELETE \ --url https://api.select.dev/api/{organization_id}/teams/{team_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a team from the organization. This will also remove all team memberships and role assignments.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the team
Successful Response
true
false