# Remove organization scope **DELETE /api/organization-roles/{id}/scopes/{organizationScopeId}** Remove a organization scope assignment from the specified organization role. ## 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 role. - **organizationScopeId** (string) The unique identifier of the organization scope. ## Responses ### 204: Organization scope assignment was removed successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: Unprocessable Content [Powered by Bump.sh](https://bump.sh)