# Remove role from application **DELETE /api/roles/{id}/applications/{applicationId}** Remove the role from an application with the given ID. ## 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 role. - **applicationId** (string) The unique identifier of the application. ## Responses ### 204: The role was removed from the application. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)