DELETE
/
{app_id}
/
delete
  curl --request DELETE \
    --url http://localhost:8080/{app_id}/delete
{ "response": "App with id {app_id} deleted successfully." }
  curl --request DELETE \
    --url http://localhost:8080/{app_id}/delete
{ "response": "App with id {app_id} deleted successfully." }

Path Parameters

app_id
string
required

Response

200
application/json
Successful Response
response
string
required