> For the complete documentation index, see [llms.txt](https://support.whapi.cloud/help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.whapi.cloud/help-desk/partner-documentation/partner-documentation/channel-deletion.md).

# Channel deletion

Deleting a channel returns unused days to the account balance. Read more: [/pages/RMwVnTvkjErKEgpQTHUh#id-7.-cancellation-and-refund-of-unused-days](https://support.whapi.cloud/help-desk/partner-documentation/partner-documentation/pages/RMwVnTvkjErKEgpQTHUh#id-7.-cancellation-and-refund-of-unused-days "mention")

{% embed url="<https://whapi-partner.readme.io/reference/deletechannel>" %}
If a user opts out of your services, you will get back the unspent days from the channel.
{% endembed %}

```
curl --request DELETE \
     --url https://manager.whapi.cloud/channels/MANTIS-PF298 \
     --header 'accept: application/json' \
     --header 'authorization: Bearer eyJhbGciOiJSUzI1NiIsInR......Eg'
```
