cURL
curl --request DELETE \ --url https://management.sid.ai/api/v1/capsules/{id} \ --header 'Authorization: Bearer <token>'
Delete a capsule with the API
Bearer authentication header of the form Bearer <API_KEY>. API keys can be generated in the dashboard.
<API_KEY>
The ID of the capsule to delete. It should look something like irrotational-airfoil.
irrotational-airfoil
Successful deletion (no content)
Was this page helpful?