Difference between revisions of "API Collection Delete Asset"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "== Summary == Allows for deleting an asset from the collection. == URI == http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/sorted_playlists/[playlis...")
 
(URI)
Line 4: Line 4:
  
 
== URI ==
 
== URI ==
 
+
<nowiki>https://api.unroole.com/[account-id]/sorted_playlists/[playlist_id]/delete_item</nowiki>
http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/sorted_playlists/[playlist_id]/delete_item
+
 
+
[channel_subdomain] is optional
+
  
 
== HTTP Method ==
 
== HTTP Method ==

Revision as of 09:01, 31 May 2012

Summary

Allows for deleting an asset from the collection.

URI

https://api.unroole.com/[account-id]/sorted_playlists/[playlist_id]/delete_item

HTTP Method

DELETE

Required Paramaters

Paramater Default Maximum Length Accepted Values Description
token API Persistence Token that identifies this user and its permissions.
collection_item_id This is the id of the collection item, not the id of the item itself.

Response

Field Type Description
status string API Status Code
error

Example Response