Name
Last updated on
May 15, 2021
|
Also applies to Adobe Connect 9
Deletes the specified profile and removes it from any associated meetings.
To determine profile names, see telephony-profile-list.
Syntax
http://[connect_server_name]/api/xml?action=telephony-profile-delete&profile-id=integer
Parameters
|
Required? |
Description |
profile-id |
Y |
Integer that specifies the ID of the profile you want to delete. |
Permission
You must have permission to modify the profile you want to delete.
Example
Request:
http://example.com/api/xml?action=telephony-profile-delete&profile-id=11066
Response:
<results> <status code="ok"/ > </results>