# Delete a CIMD user consent scope **DELETE /api/cimd/user-consent-scopes/{scopeType}/{scopeId}** Remove a scope from the tenant-level permission ceiling for CIMD clients. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **scopeType** (string) The scope type. - **scopeId** (string) The unique identifier of the scope. ## Responses ### 204 The scope was removed. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The scope relation was not found. [Powered by Bump.sh](https://bump.sh)