curl --request DELETE \
--url https://api.b-bot.space/v2/store/items \
--header 'Content-Type: application/json' \
--data '{
"namespace": [
"<string>"
],
"key": "<string>"
}'
This response does not have an example.
curl --request DELETE \
--url https://api.b-bot.space/v2/store/items \
--header 'Content-Type: application/json' \
--data '{
"namespace": [
"<string>"
],
"key": "<string>"
}'
This response does not have an example.
Request to delete an item.
Success