Delete a physical stocktaking act.
For related API calls, see getStocktakings, saveStocktaking, getStocktakingReadings, saveStocktakingReadings and incrementStocktakingReading.
Parameter name | Description | Possible value | Required |
---|---|---|---|
stocktakingIDs | A comma-separated list of IDs to be deleted. | String (comma-separated list of integers) | yes |
Field name | Type | Description |
---|---|---|
deletedIDs | string | Comma-separated list of IDs that were found and successfully deleted. |
nonExistingIDs | string | Comma-separated list of values that were not numeric, or IDs which did not refer to a valid, existing act. |
notDeletableIDs | string | Comma-separated list of IDs for which you do not have sufficient rights to delete. |