curl --request DELETE \ --url "https://api.roe-ai.com/v1/datasets/YOUR_DATASET_ID/?organization_id=YOUR_ORG_ID" \ --header "Authorization: Bearer YOUR_API_KEY"
{ "message": "<string>" }
Permanently delete a dataset. All associated files are soft-deleted and can be restored later.
Dataset UUID
Organization ID for access control.
Dataset deleted successfully.