Skip to main content
DELETE
Delete an AAAA 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 IPv6 address of the record to delete.

Example:

"2001:db8:3333:4444:5555:6666:7777:8888"

host
string
required

Subdomain label relative to the zone (e.g. www, mail).

Example:

"www"

Response

AAAA record deleted successfully.

status
string
Example:

"SUCCESS"

message
string
Example:

"Record added successfully"