diff --git a/To-delete-an-app.md b/To-delete-an-app.md index b8705e2..68ef191 100644 --- a/To-delete-an-app.md +++ b/To-delete-an-app.md @@ -42,15 +42,15 @@ If there is a invalid token: Status code: 401 ``` -If there is no app ID specified: +If there is a invalid request body: ``` { - "error": "App not found" + "error": "Invalid request body" } Status code: 400 ``` -If there is a invalid app ID specified: +If there is no or invalid app ID specified: ``` { "error": "App not found"