Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft delete a dataset snapshot by its integer version field.
cURL
curl --request DELETE \ --url https://api.cuadra.ai/v1/datasets/{dataset_id}/snapshots/{version_number} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Dataset ID
"dataset_abc123"
Successful Response
Was this page helpful?