--- a/readme.md
+++ b/readme.md
@@ -393,7 +393,7 @@
Use this API call whenever is needed to delete vApp.
#### Request
-`GET /api/vf-os-enabler/<api_version>/app/<app_id>`
+`DELETE /api/vf-os-enabler/<api_version>/app/<app_id>`
#### URL Parameters
@@ -451,7 +451,7 @@
Use this API call whenever is needed to delete rule of vApp.
#### Request
-`GET /api/vf-os-enabler/<api_version>/rule/<rule_id>`
+`DELETE /api/vf-os-enabler/<api_version>/rule/<rule_id>`
#### URL Parameters
@@ -600,6 +600,7 @@
Code | Description
---- | ----
200 | Notification created successfully.
+404 | There is no Rules for this vApp.
500 | Internal Server Error - There was an unexpected error at some point during the processing of the request.