# Remove organization application role **DELETE /api/organizations/{id}/applications/{applicationId}/roles/{organizationRoleId}** Remove a role from the application in 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. - **organizationRoleId** (string) The unique identifier of the organization role. ## Responses ### 204: The role was removed from the application in the organization successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Cannot find the record to delete. ### 422: The application is not associated with the organization. [Powered by Bump.sh](https://bump.sh)