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)

200
{4 Eigenschaften
  "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 -X DELETE 'https://live.fireapi.de/ip/delete' \
  -H 'X-FIRE-APIKEY: YOUR-API-KEY'