- 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 Catalog Vendor Mapping
DELETE
/admin/game/{game_id}/store-listings/catalog_item/{catalog_item_id}
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.lootlocker.io/admin/game//store-listings/catalog_item/01HHF7TJMF48CYT9F4EJATEJ95?platform=apple_app_store' \
--header 'Content-Type: text/plain' \
--header 'x-auth-token;' \
--data-raw ''
Response Response Example
{
"success": true
}
Request
Authorization
API Key
Add parameter in header
x-auth-token
Example:
x-auth-token: ********************
Path Params
game_id
stringÂ
required
catalog_item_id
stringÂ
required
Example:
01HHF7TJMF48CYT9F4EJATEJ95
Query Params
platform
stringÂ
required
Example:
apple_app_store
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Responses
🟢200Success
application/json
Body
success
booleanÂ
required
Modified at 2024-06-26 11:34:52