In Canton Console, you can do something like this…
participant.parties.disable(alice)
…if alice::abcd1234efg567...
is not a stakeholder on any unarchived contract 1.
After the party is disabled, if someone on another node tries to create a new contract with alice::abcd1234efg567...
as a stakeholder, that contract creation will fail, correct?
I assume the answer is “yes, the contract creation will fail.” But I’d like to double-check and document.