stockMovementManualDelete
mutation
Delete manual stock movement
Reverses a previously created manual stock movement, restoring the inventory to its prior state.
mutation {
stockMovementManualDelete(companyId: Int!, stockMovementId: Int!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
stockMovementId | Int! |