Delete record
- DELETE
- /workspaces
- /:workspace
- /domains
- /:domain_id
- /records
- /:record_name
- /:type
Delete domain record.
Request
REQUIRED SCOPES
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, NAPTRLast modified on Oct 30, 2025
Example:
CURLcurl -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"
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999