Passer au contenu principal
DELETE
/
v1
/
invoices
/
{id}
Delete invoice
curl --request DELETE \
  --url https://api.hyperline.co/v1/invoices/{id} \
  --header 'Authorization: Bearer <token>'

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

Réponse

204 - undefined