cURL
curl --request DELETE \ --url https://api.rigbox.dev/api/workspaces/{id}/snapshots/{snapshot_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a snapshot from a specific workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Snapshot ID
Snapshot deleted
Generic success envelope — used across all domains.