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?