Saltar al contenido principal
DELETE
/
api
/
v1
/
invoices
/
{id}
Delete a specific invoice record
curl --request DELETE \
  --url https://www.manglai.io/api/v1/invoices/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'

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 invoice to be deleted.

Cuerpo

application/json

The ID of the company requesting the deletion.

The body is of type string.

Respuesta

Successfully deleted the invoice record.