Skip to main content
DELETE
/
v3
/
teams
/
{team}
/
domains
/
{domain}
Delete Domain
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/teams/{team}/domains/{domain} \
  --header 'Authorization: Bearer <token>'
Deletes the specified domain from the team. Returns a 204 No Content response on success.
team
string
required
The UUID of the team.
domain
integer
required
The ID of the domain to delete.