How to remove a SkelBindingAPI

Hello all, sorry I am blanking on this one, when I have a prim with a SkelBindingAPI applied through:
UsdSkel.BindingAPI.Apply(…)

How can I remove this binding?

Thanks,
Koen

Ah,

prim.RemoveAPI(UsdSkel.Tokens.SkelBindingAPI)

seems to do the trick, sorry for the noise

Not noise at all. I’m sure it’ll help someone down the road. (At least you didn’t reply without the solution :slight_smile: )