connect_release_phone_number {paws.customer.engagement} | R Documentation |
Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group
Description
Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed.
See https://www.paws-r-sdk.com/docs/connect_release_phone_number/ for full documentation.
Usage
connect_release_phone_number(PhoneNumberId, ClientToken = NULL)
Arguments
PhoneNumberId |
[required] A unique identifier for the phone number. |
ClientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. |
[Package paws.customer.engagement version 0.9.0 Index]