DELETE api/Bestand/{id}
Deletes one inventory item position bestand by the given id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the object to be deleted. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The success of the operation as a string message.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>