REST APIRegistered domains
Delete a customer-managed DNS record
Authorization
ApiKey x-api-key<token>
Workspace-owned API key with per-resource permissions.
In: header
Path Parameters
name*string
Length
1 <= lengthrecordId*string
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
idempotencyKey?string
Length
1 <= length <= 128Response Body
application/json
curl -X DELETE "https://example.com/domains/string/dns-records/string" \ -H "Content-Type: application/json" \ -d '{}'{ "recordId": "string"}