# Remove user consent scope from application. **DELETE /api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId}** Remove the user consent scope from an application by application id, scope type and scope id ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Path parameters - **applicationId** (string) The unique identifier of the application. - **scopeType** (string) - **scopeId** (string) The unique identifier of the scope. ## Responses ### 204 The user consent scope is removed from the application successfully ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The application or scope is not found [Powered by Bump.sh](https://bump.sh)