# Remove organization application **DELETE /api/organizations/{id}/applications/{applicationId}** Remove an application from the organization. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization. - **applicationId** (string) The unique identifier of the application. ## Responses ### 204: The application was removed from the organization successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: Unprocessable Content [Powered by Bump.sh](https://bump.sh)