customerDelete
mutation
Delete customers
Permanently removes one or more customers by their IDs. Returns information about any deletion errors if the customers are referenced by existing documents.
mutation {
customerDelete(companyId: Int!, customerId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | [Int]! |