DELETE
/
outbound
/
domains
curl --request DELETE \
  --url https://api.jetemail.com/outbound/domains \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "uuid": "b814c25d-b18c-4044-ae31-49e22ce908b5"
}'
{
  "success": true,
  "message": "Domain deleted successfully"
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format "Bearer {token}"

Body

application/json

Response

200
application/json

Domain deleted successfully

The response is of type object.