Delete DNS Record
DELETE
/dns-records/{dns_id}This endpoint allows you to delete DNS records such as A, CNAME, MX, and TXT records, by passing the dns_id
as a path parameter.
:::info[Information]
You can manage DNS records for a Salla store via the API using this endpoint.
:::
Request
DNS ID. Get a list of DNS IDs from here
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.Response status Code
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A message or data structure that is generated or returned when a deletion operation is successful.
A numerical or alphanumeric code that is used in various software and web development contexts to convey information about the outcome of a request or operation.
{
"status": 202,
"success": true,
"data": {
"message": "تم حذف السجل بنجاح",
"code": 202
}
}