# How to remove a SkelBindingAPI

**URL:** https://forum.aousd.org/t/how-to-remove-a-skelbindingapi/1749
**Category:** USD
**Created:** [August 7, 2024, 5:58pm UTC](https://forum.aousd.org/t/how-to-remove-a-skelbindingapi/1749 "2024-08-07T17:58:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![koen](https://avatars.discourse-cdn.com/v4/letter/k/a9a28c/32.png) [@koen](https://forum.aousd.org/u/koen)
#### Post date: [August 7, 2024, 5:58pm UTC](https://forum.aousd.org/t/how-to-remove-a-skelbindingapi/1749/1 "2024-08-07T17:58:55Z")

</div>

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

---

<div class="post-metadata">

### Author: ![koen](https://avatars.discourse-cdn.com/v4/letter/k/a9a28c/32.png) [@koen](https://forum.aousd.org/u/koen)
#### Post date: [August 7, 2024, 6:39pm UTC](https://forum.aousd.org/t/how-to-remove-a-skelbindingapi/1749/2 "2024-08-07T18:39:38Z")

</div>

Ah,

prim.RemoveAPI(UsdSkel.Tokens.SkelBindingAPI)

seems to do the trick, sorry for the noise

---

<div class="post-metadata">

### Author: ![dhruvgovil](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.aousd.org/dhruvgovil/32/3_2.png) [@dhruvgovil](https://forum.aousd.org/u/dhruvgovil)
#### Post date: [August 8, 2024, 12:47pm UTC](https://forum.aousd.org/t/how-to-remove-a-skelbindingapi/1749/3 "2024-08-08T12:47:45Z")

</div>

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