Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://rdp.sh/api/v1/domains/{domain}/dns/{record} \ --header 'Authorization: <api-key>'
{ "status": true, "message": "<string>", "record_id": 123 }
Delete a DNS record from the domain.
Domain ID
DNS record ID
DNS record deleted successfully.
true
"DNS record deleted"
42