Skip to main content

Delete an application

DELETE <your-unleash-url>/api/admin/metrics/applications/:appName

Authorization

name: Authorizationtype: apiKeyin: header

Delete the application specified in the request URL. Returns 200 OK if the application was successfully deleted or if it didn't exist

Request

Path Parameters

  • appName string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
appName — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/metrics/applications/:appName' \
-H 'Authorization: <API_KEY_VALUE>'