cURL
curl --request DELETE \ --url https://api.b-bot.space/api/v2/store/items \ --header 'Content-Type: application/json' \ --header 'bbot-api-key: <api-key>' \ --data ' { "key": "<string>", "namespace": [ "<string>" ] } '
"<string>"
API key for authentication
Request to delete an item.
The unique identifier for the item.
A list of strings representing the namespace path.
Success