Path Parameters
Response
Successful Response
curl --request DELETE \
--url http://localhost:8080/{app_id}/delete
{ "response": "App with id {app_id} deleted successfully." }
Delete an existing app
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." }
Successful Response
Was this page helpful?