Skip to main content
DELETE
/
store
/
items
Delete an item.
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>"

Authorizations

bbot-api-key
string
header
required

API key for authentication

Body

application/json

Request to delete an item.

key
string
required

The unique identifier for the item.

namespace
string[]

A list of strings representing the namespace path.

Response

Success