datasets
Delete All
Delete all user’s data.
This endpoint permanently deletes all datasets that user created and all its associated data. The user must have delete permissions on the dataset to perform this operation.
Response
No content returned on successful deletion. If no datasets exist for the users, nothing happens.
DELETE
Delete All
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Previous
Delete DatasetDelete a dataset by its ID.
This endpoint permanently deletes a dataset and all its associated data.
The user must have delete permissions on the dataset to perform this operation.
## Path Parameters
- **dataset_id** (UUID): The unique identifier of the dataset to delete
## Response
No content returned on successful deletion.
## Error Codes
- **404 Not Found**: Dataset doesn't exist or user doesn't have access
- **500 Internal Server Error**: Error during deletion
Next
Delete All