curl --request DELETE \
--url https://api.hyperline.co/v1/invoices/{id}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Delete a transaction linked to an existing invoice. Only applies to scheduled transaction.
curl --request DELETE \
--url https://api.hyperline.co/v1/invoices/{id}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?