Shops > Payment Methods > paymentMethodsDelete
Commerce APIShopsPayment MethodspaymentMethodsDelete
paymentMethodsDelete
DELETE:payment_methods.json

Description

Delete one or multiple payment methods.

Permission bit: "shop_payment_method.delete"

Topic: Payment Methods

Arguments

ids: [String!]!

List of payment method ids. See also: Unique Identifiers

Example: ["pm_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module