Delete record

  • DEL
  • /workspaces
  • /:workspace
  • /domains
  • /:domain_id
  • /records
  • /:record_name
  • /:type

Delete domain record.

Request

REQUIRED SCOPES
ZONE_WRITE
URL PARAMETERS
workspacerequiredstring
The workspace name.
domain_idrequiredstring
The ID of the domain.
record_namerequiredstring
The full record name with domain.
typerequiredstring
The record type. Available values: SOA, NS, A, AAAA, CNAME, CAA, SPF, MX, TXT, SRV, NAPTR

Last modified on Jan 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/domains/:domain_id/records/:record_name/:type" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 NoContent