Delete payment
DELETE
/v1/payments/{payment_id}
Delete a pending payment.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” payment_id
required
Payment Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
Only pending payments can be deleted
Unauthorized – invalid or missing API key
Payment not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context