cURL
curl --request DELETE \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "deleted_count": 0 }
Deletes a dataset and all its associated experiments.
Args: dataset_id (str): The ID of the dataset to delete
Returns: DeleteResponse: Status of the deletion operation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response