Skip to main content
DELETE
/
teams
/
{teamIdOrSlug}
cURL
curl --request DELETE \
  --url https://api.youappz.dev/teams/{teamIdOrSlug} \
  --header 'Authorization: Bearer <token>'
{
  "teamId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamIdOrSlug
string
required

The Team identifier/slug to perform the request on behalf of.

Minimum string length: 3
Example:

"team_LLHUOMOoDlqOp8wPE4kFo9pE"

Response

The Team was successfully deleted

teamId
string
required