Domain kündigen

DELETE /domain/:domain/delete
Domains mit hinterlegter Kündigung sind bis zur Verlängerung noch aktiv

URL Variablen

Name Beschreibung
domain Domain-Name inkl. TLD

Response (application/json)

{
    "status": "success",
    "requestID": "3ef8b7fa-ed23-4a2d-9296-552161a6c0d0",
    "message": "Domain will no longer be renewed",
    "data": {
        "domain": "test.de",
        "termination_date": "2024-03-14 15:53:44"
    }
}

cURL

curl "https://live.fireapi.de/domain/:domain/delete" -X DELETE -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"

Anfrage testen