Skip to main content
DELETE
Delete a specific invoice record

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.