Agents API

CreateVariantBody

object
* Additional properties are NOT allowed.
namestringrequired

>= 1 characters

attributeValuesobject

Default:{"values":{}}

* Additional properties are NOT allowed.
Show Child Parameters
isDefaultboolean
Example

DeleteConnectorResponse

object

Summary of a connector deletion, including every phone number that
was released by the cascade.

deletedConnectorstringrequired

ID of the deleted connector

deletedPhoneNumbersarray[string]required

Phone numbers that were associated with the connector

Example

DeletePhoneNumberErrorItem

object

An error encountered while deleting a phone number in a batch.

phoneNumberstringrequired
errorstringrequired
Example

DeletePhoneNumberResponse

object

The phone number that was released.

deletedstringrequired

The deleted phone number

Example

DeletePhoneNumbersBody

object

Phone numbers to release in a single call.

Releases are processed independently; see the response for per-number results.

phoneNumbersarray[string]required

List of phone numbers to delete

>= 1 items

Example