Closed raymond98 closed 4 months ago
This pull request adds an endpoint to delete an incoming payment based on its payment hash.
Endpoint: DELETE /payments/incoming/{paymentHash}
Response:
200 OK: Payment successfully deleted. 404 Not Found: Payment not found or failed to delete.
This pull request adds an endpoint to delete an incoming payment based on its payment hash.
Endpoint: DELETE /payments/incoming/{paymentHash}
Response:
200 OK: Payment successfully deleted. 404 Not Found: Payment not found or failed to delete.