DELETE
/
capsules
/
{id}
curl --request DELETE \
  --url https://management.sid.ai/api/v1/capsules/{id} \
  --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.

Path Parameters

id
string
required

The ID of the capsule to delete. It should look something like irrotational-airfoil.

Response

204
_mintlify/placeholder

Successful deletion (no content)