- 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 a Catalog Item
DELETE
https://api.lootlocker.io/admin/game/{game_id}/catalog/entry/{listingID}
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE 'https://api.lootlocker.io/admin/game//catalog/entry/' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{
"message": "price deleted",
"success": true
}
Request
Path Params
game_id
stringÂ
required
Example:
{{dev_game_id}}
listingID
stringÂ
required
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Responses
🟢200Delete a Catalog Item
application/json
Body
message
stringÂ
required
success
booleanÂ
required
Modified at 2024-01-19 12:21:05