delete
delete
Delete a list.
Parameters
| Name | Description |
| listID required | The primary identifier of the list |
| userID required | The user’s primary identifier |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcUserList?action=delete&userID=229928503&listID=1132708&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 |
{ "service":"ugcUserList", "action":"delete", "code":1, "message":"User List successfully deleted.", "item":true } |
Service Information
| Service | ugcUserList |
| Method | delete |
| Type | REST |
| Response Types | JSON, XML |