paymentMethodDelete
mutation
Delete payment methods
Removes one or more payment methods from the company. Payment methods in use by documents or customers cannot be deleted.
mutation {
paymentMethodDelete(companyId: Int!, paymentMethodId: [Int!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
paymentMethodId | [Int!]! |