Skip to main content

Delete Payment Method

DELETE 

/payment-methods/:payment_method_id

Deletes a Payment Method.

Request

Path Parameters

    payment_method_id uuidrequired

    Possible values: <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    Payment Method's ID

Responses

Payment Method deleted

Schema

    status string

    Possible values: [success]

    code integer

    Possible values: [200]

    message string

    Possible values: [Successful request]

Loading...