cURL
curl --request DELETE \ --url https://engine.remyx.ai/api/v1.0/datasets/delete/{dataset_type}/{dataset_name} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Deletes the specified dataset
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object