Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.bunny.net/dnszone/{zoneId}/records/{id} \ --header 'AccessKey: <api-key>'
{ "ErrorKey": "<string>", "Field": "<string>", "Message": "<string>" }
API Access Key authorization header
The DNS Zone ID that contains the record.
The ID of the DNS record that will be deleted.
The DNS record was successfuly deleted.
Was this page helpful?