priceClassDelete
mutation
Delete price classes
Removes one or more price classes from the company.
mutation {
priceClassDelete(companyId: Int!, priceClassId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
priceClassId | [Int]! |