Saltar al contenido principal
DELETE
/
api
/
v1
/
effluents
/
{id}
Delete an effluent
curl --request DELETE \
  --url https://www.manglai.io/api/v1/effluents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://developers.manglai.io/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

The unique identifier of the effluent to delete.

Respuesta

Successfully deleted the effluent.

status
string
Ejemplo:

"ok"