Delete record

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

Delete domain record.

Request

REQUIRED SCOPES
WORKSPACE, ZONE_WRITE
URL PARAMETERS
workspacerequired string
The workspace name.
domain_idrequired string
The ID of the domain.
record_namerequired string
The full record name with domain.
typerequired string
The record type. Available values: SOA, NS, A, AAAA, CNAME, CAA, SPF, MX, TXT, SRV, NAPTR

Last modified on Oct 7, 2025

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"
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999