Delete an Individual Team

Delete a team with a SCIM Group DELETE Request.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization.

team_id (integer)
REQUIRED

The id of the team you'd like to delete.

Scopes

<auth_token> requires the following scopes:
  • team: admin
DELETE /api/0/organizations/{organization_slug}/scim/v2/Groups/{team_id}
curl https://sentry.io/api/0/organizations/{organization_slug}/scim/v2/Groups/{team_id} \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Success.