From ff9db30b36c16a02e9efd2385cf54c5bcbfceb02 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Thu, 21 Nov 2024 01:45:26 +0100 Subject: [PATCH] Update To delete an app --- To-delete-an-app.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/To-delete-an-app.md b/To-delete-an-app.md index 68ef191..8c88c35 100644 --- a/To-delete-an-app.md +++ b/To-delete-an-app.md @@ -65,4 +65,12 @@ If there is a problem while saving apps.json onto the host: (likely cause is dir } Status code: 500 +``` +If using a HTTP request other then `DELETE`: +``` +{ + "error": "Method not allowed. Only DELETE is supported for this endpoint." +} + +Status code: 405 ``` \ No newline at end of file