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

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_uuid
string
required
domain_id
string
required

The ID of the domain.

Response

204 - application/json
object | null

Domain deleted

The response is of type object.