URL Variablen
Name | Beschreibung |
---|---|
domain | Domain-Name inkl. TLD |
Body Parameter (application/x-www-form-urlencoded)
Name | Format | Beschreibung | Optional |
---|---|---|---|
record_id | String | ID des DNS-Eintrags, abrufbar via /domain/:domain/dns Endpunkt |
Response (application/json)
{
"status": "success",
"requestID": "ace5b405-be97-4304-9926-66756521eff2",
"message": "DNS record removed",
"data": null
}
cURL
curl "https://live.fireapi.de/domain/:domain/dns/remove" -X DELETE -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen