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

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Deletes the specified team. Returns a 204 No Content response on success.
team
string
required
The UUID of the team to delete.