Delete an Individual Team
DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id}
Delete a team with a SCIM Group DELETE Request.
Path Parameters
- organization_id_or_slug(string)REQUIRED
- The ID or slug of the organization the resource belongs to. 
- team_id(integer)REQUIRED
- The ID of the team you'd like to query / update. 
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:- team:admin
curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id} \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETERESPONSE
Success.