deleteStatuses
- Home
- Activity Feed
- UgcStatus
- deleteStatuses
deleteStatuses
Deletes statuses, as given by statusID. If you want to do more than one at once, seperate the parameters with commas.
Parameters
| Name | Description |
| statusID required | The status’s identifier Can be either the archive or the regular id |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcStatus?action=deleteStatuses&statusID=1014427&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 |
{ "service":"ugcStatus", "action":"deleteStatuses", "code":1, "message":"All Statuses successfully deleted." } |
Service Information
| Service | ugcStatus |
| Method | deleteStatuses |
| Type | REST |
| Response Types | JSON, XML |