Skip to main content
DELETE
/
api
/
v3
/
teams
/
{team_uuid}
Delete team
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/teams/{team_uuid} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_uuid
string
required

Response

204 - application/json
object | null

Team deleted successfully

The response is of type object.