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

ArgumentsDescriptionRequired/Conditional/Optional
unrent_numbersIf 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"}