x-auth-token: ********************
curl --location -g --request DELETE 'https://api.lootlocker.io/admin/v1/game//heroes//exceptions/' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset_id": 2
}'
{}