deleteArticle
- Home
- Blogs & Articles
- UgcArticle
- deleteArticle
deleteArticle
Deletes the requested article and all of its versions.
Parameters
Name | Description |
articleID required | ID of article to work with. |
userID required | User ID that’s performing the action. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcArticle?action=deleteArticle&articleID=267413&userID=229928503&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcArticle", "action":"deleteArticle", "code":1, "message":"Article Successfully Deleted", "item":true } |
Service Information
Service | ugcArticle |
Method | deleteArticle |
Type | REST |
Response Types | JSON, XML |