REQUEST
HTTP ELEMENT | Value |
---|---|
URI | /rest/crud/1.0/$tableKey or /rest/crud/1.0/$tableId |
METHOD | DELETE |
RESPONSE
HTTP ELEMENT | Value |
---|---|
BODY | STATUS CODEBODY 204 - The Resource/Row is successfully deleted 404 - The Resource/Row is non-existing. |
SCENARIO | RESPONSE | ||
---|---|---|---|
POSITIVE | STATUS CODE: 200 BODY: EMPTY | ||
$table | STATUS CODE: 404
| ||
$table has Row | STATUS CODE: 400
| ||
$table is being referred by other table | STATUS CODE: 400
|