URL Variablen
Name | Beschreibung |
---|---|
identifier | Identifier aus Marktplatz bzw. Serverliste |
Response (application/json)
{
"status": "success",
"requestID": "b13988e2-c5eb-41f0-8cdf-b6d43e590918",
"message": "Dedicated Server will no longer be renewed",
"data": {
"identifier": "b8d44aea-ea8f-47be-b859-2c23621706d9",
"termination_date": "2023-11-18T02:12:46.000Z"
}
}
cURL
curl "https://live.fireapi.de/dedicated/:identifier/delete" -X DELETE -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen