Skip to main content
DELETE
Delete a CNAME record

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Body

application/json
order_id
integer
required

Order ID of the domain.

Example:

124680932

value
string
required

The target hostname of the record to delete (fully qualified domain name).

Example:

"target.example.com"

host
string
required

Subdomain label being aliased, relative to the zone (e.g. www, shop).

Example:

"www"

Response

CNAME record deleted successfully.

status
string
Example:

"SUCCESS"

message
string
Example:

"Record added successfully"