Delete an effluent record by its unique identifier.
cURL
curl --request DELETE \ --url https://www.manglai.io/api/v1/effluents/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the effluent to delete.
Successfully deleted the effluent.
"ok"