Name
Last updated on
May 15, 2021
|
Also applies to Adobe Connect 9
Deletes a provider field.
For a list of available fields, see telephony-provider-field-list.
Syntax
http://server_name/api/xml?action=telephony-provider-field-delete&provider-id=integer&xml-name=xml-name&field-id=integer
Parameters
|
Required? |
Description |
provider-id |
Y |
Integer that specifies the provider whose field is to be deleted. |
field-id |
N if xml-name is specified, otherwise Y |
Integer that specifies the ID of the field to be deleted. |
xml-name |
N if field-id is specified, otherwise Y |
String that specifies the XML name of the field to be deleted. If you also specify a value for field-id, this value is ignored. |
Permission
You must have modify permission on the provider whose field is being deleted
Example
Request:
http://example.com/api/xml?action=telephony-provider-field-delete&provider-id=11814&xml-name=x-tel-premiere-emea-uv-conference-number
Response:
<results> <status code="ok"/> </results>