Unseal Space
REST APIRegistered domains

Delete a customer-managed DNS record

DELETE
/domains/{name}/dns-records/{recordId}
x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Path Parameters

name*string
Length1 <= length
recordId*string
Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

idempotencyKey?string
Length1 <= length <= 128

Response Body

application/json

curl -X DELETE "https://example.com/domains/string/dns-records/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "recordId": "string"}