Overview
The http DELETE method is used to delete an entity. Deleting
an entity through the API is the same as deleting an entity in Relayware. For
example, POL records do not get deleted, but will get flagged for
deletion.
| Status Code | Error Code | Return | |
|---|---|---|---|
| Success | 200 | ||
| Attempting to delete an entity that does not exist. | 500 | NONEXISTENT_ENTITY |
Example:
| Method | URL |
|---|---|
| DELETE |
https://<realaywareHost>/api/v1/oppProduct/{oppProductID} https://<relaywareHost>/api/v1/oppProducts |
| HTML Example |
|---|
|
DELETE /api/v1/oppProduct/302 HTTP/1.1 Host:<relaywareHost> sessionID: xxxxxxxxxxxxxxxxxxxxxxxxx |
Comments
0 comments
Please sign in to leave a comment.