Skip to main content
DELETE
/
api
/
teams
/
{id}
Delete team
curl --request DELETE \
  --url https://api.example.com/api/teams/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": [
      {
        "path": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Auth0 JWT access token

Path Parameters

id
string
required

Team ID

Pattern: ^\d+$
Example:

"1"

Response

Team deleted