Skip to main content

Detach PaymentMethod from Shop

DELETE 

/shop/:guid/payment_methods/:payment_method_guid

Detach a PaymentMethod from a Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

    payment_method_guid uuidrequired

    The guid of the PaymentMethod.

Responses

PaymentMethod detached from Shop. This returns an empty response.

Loading...