DELETE
/
v1
/
invoices
/
{id}
Annuler une facture
curl --request DELETE \
  --url https://api.pay.izichange.com/v1/invoices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Identifiant de la facture.

Réponse

Facture annulée.

success
boolean
requis

Confirmation d'annulation.

Exemple:

true