# Delete application **DELETE /api/applications/{id}** Delete application by ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the application. ## Responses ### 204 The application was deleted successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The application with the specified ID was not found. ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)