Skip to main content
DELETE
/
domains
/
{domain}
cURL
curl --request DELETE \
  --url https://api.youappz.dev/domains/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "code": 400,
  "message": "One of the provided values in the request body/query is invalid"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain
string
required

The name of the domain to be deleted.

Query Parameters

teamId
string
required

The Team identifier or Team slug to perform the request on behalf of.

Example:

"team_xbtegd63gdg5636gdg"

Response

The domain was successfully deleted and no content is returned.