# Remove organization JIT default role **DELETE /api/organizations/{id}/jit/roles/{organizationRoleId}** Remove an organization role that will be assigned to users during just-in-time provisioning. ## 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. - **organizationRoleId** (string) The unique identifier of the organization role. ## Responses ### 204: The organization role was removed successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The organization role could not be removed. The organization role may not exist. [Powered by Bump.sh](https://bump.sh)