cURL
curl --request DELETE \ --url https://apiweb.mile.app/api/v3/datas/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": [ { "_id": "62067ee1cd77000042006f89" }, { "_id": "62067ee3cd77000042006f8b" } ] } '
{ "success": 2, "failed": 0, "data": [ { "status": true, "message": "Success.", "_id": "62067ee1cd77000042006f89" }, { "status": true, "message": "Success.", "_id": "62067ee3cd77000042006f8b" } ] }
Use a valid Bearer token to authenticate.
List of data (max: 3000 data)
Show child attributes
Unique identifier for the data that generated by system. Example: 62067ee1cd77000042006f89
62067ee1cd77000042006f89
Success
Total success delete data source.
Total failed delete data source.
Detail of delete data source.
Status of response.
Data source ID
Message of delete data source