curl --request DELETE \
--url https://api.example.com/api/v1/lightning/receives/{identifier} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Cancels a pending Lightning receive identified by its payment hash or invoice string. The server will refuse cancellation if HTLC-recv VTXOs have already been granted. Bark also prevents cancellation when the preimage has been revealed.
curl --request DELETE \
--url https://api.example.com/api/v1/lightning/receives/{identifier} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?