Skip to main content
DELETE
/
v1
/
email
/
domain
/
{id}
Delete Email Domain
curl --request DELETE \
  --url https://api.oviond.com/v1/email/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

id
string
required

Response

200 - application/json

Domain removed

success
enum<boolean>
required
Available options:
true