- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Delete Reward
Developing
DELETE
https://api.lootlocker.io/admin/drops/twitch/title/{title_id}/environment/{environment_id}/rewards/{reward_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.lootlocker.io/admin/drops/twitch/title/01JFHK0B18KD582BY1D882HKKS/environment/01JFHK0B2460NS2WHM3PNKFH4W/rewards/01JRFS4ER7N8MV73996ZK7769N' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{}
Request
Path Params
title_id
stringÂ
required
Example:
01JFHK0B18KD582BY1D882HKKS
environment_id
stringÂ
required
Example:
01JFHK0B2460NS2WHM3PNKFH4W
reward_id
stringÂ
required
Example:
01JRFS4ER7N8MV73996ZK7769N
Header Params
x-auth-token
stringÂ
optional
Example:
{{admin_auth_token}}
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-04-10 12:01:52