DELETE /pm-extension-ms/pm-personal-number/v2/call-list/choice
Delete call choice.
To delete call choice number using specific choice number:
-
Perform the authentication and login to the API. For more information, see POST /auth/login.
Use DELETE /pm-extension-ms/pm-personal-number/v2/call-list/choice to send an HTTP DELETE request.
Click Try it Out option.
-
Set the parameters as listed in the following table.
Parameter Name
Sample Value
Supported Value
Description
extensionNumber
extensionNumber
string
Indicates the extension number.
Note:This parameter is mandatory.
listNumber
listNumber
integer 32
Indicates the list number.Note:This parameter is mandatory.
choiceNumber
choiceNumber
integer 32
Indicates the call choice number.Note:This parameter is mandatory.
-
Click on Execute to generate the request URL.
Request URL:
The following table lists the expected responses.https://<IP_Address>:<PORT>/pm-extension-ms/pm-personal-number/v2/call-list/choice?extensionNumber=1&listNumber=2&choiceNumber=3Response Type
Value
Schema
Valid Response
200 OK
100 CONTINUEError Response
400 Bad Request
Not applicable
401 Authentication Failure
Not applicable
403 Forbidden
Not applicable
404 Not found
Not applicable
↑