Skip to main content
DELETE
/
api
/
v1
/
lightning
/
receives
/
{identifier}
Cancel a pending receive
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.

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Path Parameters

identifier
string
required

Payment hash or invoice string

Response

Receive canceled successfully