Name
Use asset-interaction-delete API to delete a registration question from an Event
Availability
Adobe Connect 9.5.4
Description
Using this API you can delete a registration question added in an Event.
Request URL
http://example.com/api/xml?action=asset-interaction-delete &is-selected=boolean &sco-id=integer &interaction-id=integer
Parameters
|
Type |
Required |
Description |
sco-id |
Integer |
Yes |
Sco ID of an event. |
interaction-id |
Integer |
Yes |
The ID of a registration question. |
is-selected |
Boolean |
Yes |
A flag indicating whether to select or deselect the registration field in a registration form. |
Filters
Results cannot be filtered or sorted.
Response or return structure
<results> <status code="ok"/> </results>
Sample request
http://www.example.com/api/xml?action=asset-interaction-delete&is-selected=true&interaction-id=13101&sco-id=12542
Response or return values
Element |
Attribute |
Type | Description |
results |
|
Container |
All the results returned by the call. |
status |
|
Empty, with attributes |
The status of the response. |
|
code |
Allowed value |
A code indicating the response status (see status). |