cURL
curl --request DELETE \ --url https://api.domo.com/v1/datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
"HTTP/1.1 204 No Content"
Permanently deletes a DataSet from your Domo instance. This can be done for all DataSets, not just those created through the API.
Warning
This is destructive and cannot be reversed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the DataSet
Returns an empty response.