Remove user consent scope from application.
Remove the user consent scope from an application by application id, scope type and scope id
DELETE
/api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"