Skip to main content
DELETE
/
game-configs
/
{id}
Delete a game config by id
curl --request DELETE \
  --url https://{subdomain}.nudj.cx/api/v2/admin/game-configs/{id} \
  --header 'x-api-token: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-token
string
header
required

Path Parameters

id
string
required

The id of the game config to delete

Response

Successful response

success
boolean
required
message
string
I