Write permission on the dataset to perform this action. There is no confirmation step and no way to recover a deleted dataset, so proceed with care.
Authentication
Authenticate using HTTP Basic Auth. Pass your API key as the username and leave the password empty. You must haveWrite permission on the target dataset.
Request
Method:DELETEURL:
https://api.alphacast.io/datasets/{dataset_id}
Path parameters
The numeric ID of the dataset to delete.
Response
Returns204 No Content with an empty body on success.
Example
204.
Error responses
| Status | Cause |
|---|---|
401 Unauthorized | Missing or invalid API key. |
403 Forbidden | You do not have Write permission on this dataset. |
404 Not Found | No dataset with the given ID exists or is accessible to your account. |