Delete a Team
Schedules a team for deletion. Note: Deletion happens asynchronously and therefore is not immediate. However once deletion has begun the state of a project changes and will be hidden from most public views.
Path Parameters
organization_slug(string)REQUIRED- The slug of the organization the team belongs to.
team_slug(string)REQUIRED- The slug of the team to get.
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires the following scopes:team:admin
DELETE /api/0/teams/{organization_slug}/{team_slug}/
curl https://sentry.io/api/0/teams/{organization_slug}/{team_slug}/ \
-H 'Authorization: Bearer <auth_token>' \
-X DELETERESPONSE
Success.