Skip to main content
DELETE
Delete domain DNS record

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain_id
string<uuid>
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Body

application/json
type
string
required
Example:

"A"

name
string
required
Example:

"staging.mydomain.com"

Response

Domain DNS record deletion action started. Check MyKinsta for status

message
string
required
Example:

"Deleting domain DNS record in progress"

status
number
required
Example:

202

operation_id
string
Example:

"domains:delete-dns-record-54fb80af-576c-4fdc-ba4f-b596c83f15a1"