Name
Last updated on
May 15, 2021
|
Also applies to Adobe Connect 9
Deletes a telephony provider and all information associated with that provider.
Syntax
http://server_name/api/xml?action=telephony-provider-delete&provider-id=integer
Parameters
|
Required? |
Description |
provider-id |
Y |
Integer specifying the provider ID for the provider you want to delete. |
Permission
You must have permission to modify the provider which is being deleted.
Example
Request:
http://example.com/api/xml?action=telephony-provider-delete&provider-id=11049
Response:
<results> <status code="ok"/> </results>