Skip to main content

Delete DNS record

DELETE 

https://api.katapult.io/core/v1/dns_records/dns_record

Delete a DNS record

Scopes

  • dns
  • dns:acme

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    dns_record

    object

    required

    id string

Responses

Delete a DNS record

Schema

    deleted booleanrequired
curl -L -X DELETE 'https://api.katapult.io/core/v1/dns_records/dns_record' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"dns_record": {
"id": "string"
}
}'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Body
{
  "dns_record": {
    "id": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!