Delete record

  • DELETE
  • /workspaces
  • /:workspace
  • /domains
  • /:domain
  • /records
  • /:type

Delete domain record.

Request

REQUIRED SCOPES
WORKSPACE, ZONE_WRITE
URL PARAMETERS
workspacerequired string
The workspace name.
domainrequired string
The domain or subdomain name.
typerequired string
The domain record type. Can be one of: A, AAAA, CNAME, TXT, NS, SOA, CAA, MX, SPF, SRV, NAPTR.

Last modified on Apr 8, 2025

Example:

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/domains/:domain/records/: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