Delete a Powerpack
DELETE https://api.plivo.com/v1/Account/{{auth_id}}/Powerpack/{powerpack_uuid}/
Unrent the phone numbers in the Powerpack’s NumberPool from your account. This operation cannot be undone. Below is the list of arguments that can be passed in this API request, more information can be found here
Arguments | Description | Required/Conditional/Optional |
---|---|---|
unrent_numbers | If set to True, then all the phone numbers in the Powerpack's NumberPool will be unrented from the account. Default value is False. | Optional |
Request Body
{"unrent_numbers"=>"True"}