IP-Netz kündigen

DELETE /ip/delete

Body Parameter (application/x-www-form-urlencoded)

Name Format Beschreibung Optional
netID String netID des Netzes

Response (application/json)

{
    "status": "success",
    "requestID": "214f9cf6-0a48-4119-a281-18301ae2406a",
    "message": "IP network has been successfully terminated, you no longer have access to the IPs",
    "data": null
}

cURL

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

Anfrage testen