Skip to main content
Delete an Application
curl --request DELETE \
  --url http://127.0.0.1:4001/v1/applications/{id}

Path Parameters

id
string
required

The unique identifier of the application you want to retrieve.

Response

If the request is successful, you will receive an empty response.