deleteStocktaking

Delete a physical stocktaking act.

For related API calls, see getStocktakings, saveStocktaking, getStocktakingReadings, saveStocktakingReadings and incrementStocktakingReading.

Input parameters

Parameter name Description Possible value Required
stocktakingIDs A comma-separated list of IDs to be deleted. String (comma-separated list of integers) yes

Response

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.