Authorizations
Path Parameters
The id of the game config to delete
curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/game-configs/{id} \
--header 'x-api-token: <api-key>'
{
"success": true,
"message": "<string>"
}
Delete a game configuration by id. This is permanent and cannot be undone.
curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/game-configs/{id} \
--header 'x-api-token: <api-key>'
{
"success": true,
"message": "<string>"
}
The id of the game config to delete
Was this page helpful?