Delete a DNS record
DELETE
/api/organizations/{organizationId}/domains/{domainId}/dns-records/{id}
Delete a DNS record from the managed domain. The record is removed at the DNS provider. Returns 204 No Content on success.
Authorizations
ApiToken
Long-lived API token created via POST /api/api-tokens (returned once in plaintext).
Type
API Key (header: X-API-TOKEN)
or
JWT
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Type
HTTP (bearer)
Parameters
Path Parameters
organizationId*
Organization identifier
Type
Requiredstring
domainId*
dns-record identifier
Type
Requiredstring
id*
dns-record identifier
Type
Requiredstring
Responses
dns-record resource deleted
