curl --request DELETE \
--url https://api.hyperline.co/v1/invoices/{id}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}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>'{
"message": "<string>"
}Was this page helpful?