Skip to main content
DELETE
/
team
/
{teamId}
Delete a team
curl --request DELETE \
  --url https://us.cybedefend.com/team/{teamId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

teamId
string<uuid>
required

Response

Team deleted

message
string
required

Message describing the result of deletion