A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
I got it:
get-throttlingpolicy | where {$_.id -like "rca"} | ft id, name
to be sure and then
get-throttlingpolicy | where {$_.id -like "rca"} | remove-throttlingpolicy
to remove.
case closed.