Leave party via macro?

My setup hides my portrait outside of combat. I’m been using a macro with /script LeaveParty() to leave groups but that seems to have been broken.

What do I do/write now?

Try:
/script C_PartyInfo.LeaveParty()

2 Likes

Unsure if there is a 3, I’ve only tested these two.
/script C_PartyInfo.LeaveParty(1) = leave regular party
/script C_PartyInfo.LeaveParty(2) = leave instance party

1 Like