Update To delete an app

matu6968 2024-11-21 01:45:26 +01:00
parent bf18259024
commit ff9db30b36

@ -66,3 +66,11 @@ If there is a problem while saving apps.json onto the host: (likely cause is dir
Status code: 500 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
```