POST
/
api
/
v1
/
deleteItem
/
{spaceId}
/
{itemId}
curl --request POST \
  --url https://hero.page/api/v1/deleteItem/{spaceId}/{itemId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

The ID of the space where the item is located. Must be a non-empty string.

Example:

"EeQKVCfV0tsoQwmeE0nA"

itemId
string
required

The ID of the item to delete. Must be a non-empty string.

Example:

"0p15DJTXOl5kQPhTUiv3"

Response

204
_mintlify/placeholder

No Content