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