Delete a TXT record
DNS
Delete TXT
Deletes a TXT record from the domain’s DNS zone.
DELETE
Delete a TXT record
Authorizations
A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.
Body
application/json
Order ID of the domain.
Example:
124680932
The text content of the record to delete.
Example:
"v=spf1 include:_spf.google.com ~all"
Subdomain label relative to the zone. Use @ for the apex, or a specific label for targeted records (e.g. _dmarc, google._domainkey).
Example:
"@"