DELETE
/
data
curl --request DELETE \
  --url https://{capsule-id}.sid.ai/data \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>. API keys can be generated in the dashboard.

Query Parameters

item_id
string
required

The ID of the item to be deleted from the capsule

Response

204
_mintlify/placeholder

Item deleted successfully