Skip to main content
DELETE
Delete inbound domain

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Body

application/json
uuid
string
required

UUID of the domain to delete

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Domain deleted successfully

success
boolean
Example:

true

message
string
Example:

"Domain deleted successfully"