Remove a dataset association from a model.
cURL
curl --request DELETE \ --url https://api.cuadra.ai/v1/models/{model_id}/datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Model ID
"model_abc123"
Dataset ID
"dataset_abc123"
Successful Response
Was this page helpful?