Skip to main content
DELETE
/
v1
/
custom-domains
/
:domain_id
Delete Domain
curl --request DELETE \
  --url https://api.oviond.com/v1/custom-domains/:domain_id \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

domain_id
string
required

Response

Domain removed

success
enum<boolean>
required
Available options:
true