removeFeaturedContent
- Home
- Content Curation
- SvcFeaturedContent
- removeFeaturedContent
removeFeaturedContent
Unfeatures a piece of content.
Parameters
| Name | Description |
| contentID required | The content id of the content that is being referenced. |
| nodeID required | The primary identifier for your network. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/svcFeaturedContent?action=removeFeaturedContent&contentID=1813076700&nodeID=188234&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 |
{ "service":"svcFeaturedContent", "action":"removeFeaturedContent", "code":1, "message":"Featured Content dissociation succeeded." } |
Service Information
| Service | svcFeaturedContent |
| Method | removeFeaturedContent |
| Type | REST |
| Response Types | JSON, XML |