Skip to main content

Delete an application

DELETE 

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

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

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/metrics/applications/:appName' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!