DELETE
/
invoice
/
{invoiceId}
Eliminar una factura
curl --request DELETE \
  --url https://api.fint.app/api/v1/invoice/{invoiceId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Factura eliminada correctamente"
}

Authorizations

x-api-key
string
header
required

Path Parameters

invoiceId
number
required

Response

200
application/json

Factura eliminada con éxito

The response is of type object.