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
tableName Path Yes String Table Name of the business object
keyValue 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 keyValue
500 Error Error An error occurred details in Error object.

Example

Request

DELETE /icweb.dll/bo/Workpack/4

Response

204 No Content