Channel deletion

Deleting a channel returns unused days to the account balance. Read more: 7. Cancellation and refund of unused days

If a user opts out of your services, you will get back the unspent days from the channel.
curl --request DELETE \
     --url https://manager.whapi.cloud/channels/MANTIS-PF298 \
     --header 'accept: application/json' \
     --header 'authorization: Bearer eyJhbGciOiJSUzI1NiIsInR......Eg'

Last updated

Was this helpful?