> For the complete documentation index, see [llms.txt](https://docs.idrx.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idrx.co/smart-contract/staking/unbond-staked-idrx.md).

# Unbond Staked IDRX

* **Function**: `unbondStake(uint stakeId)`
* **Parameters**:
  * `stakeId`: The ID of the stake.
* **Event** **Emitted**:

```solidity
event stakeUnbonded(
    uint stakeId,
    uint unbondingTimestamp
);
```

<br>
