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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?