Delete Row
Delete a single row from a business object.
HTTP Request
DELETE /icweb.dll/bo/{tableName}/{keyValue}
URI Parameters
Name |
In |
Required |
Type |
Description |
|
Path |
Yes |
String |
Table Name of the business object |
|
Path |
Yes |
Integer |
Id of the row to be deleted |
Responses
Name |
Type |
Description |
204 No Content |
Row Deleted |
The server successfully processed the request, but is not returning any content. |
404 Not Found |
No row found for specified |
|
500 Error |
An error occurred details in Error object. |
Example
Request
DELETE /icweb.dll/bo/Workpack/4
Response
204 No Content