taxDelete
mutation
Delete taxes
Removes one or more tax rates from the company. Taxes referenced by products or documents cannot be deleted.
mutation {
taxDelete(companyId: Int!, taxId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
taxId | [Int]! |