Delete DNS Record
DELETE https://api.salla.dev/admin/v2/dns-records/:dns_id
Managing DNS records for a Salla store via the API. This endpoint involves programmatically deleting DNS records such as A, CNAME, MX, and TXT records.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}