Difference between revisions of "API Assets Delete"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "== Summary == Allows for deleting a particular asset. == URI == http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/asset/[id] [channel_subdomain] is op...")
 
(URI)
Line 3: Line 3:
  
 
== URI ==
 
== URI ==
http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/asset/[id]
+
http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/asset/[asset_id]
  
 
[channel_subdomain] is optional.
 
[channel_subdomain] is optional.
[id] is the asset's it.
 
  
 
== HTTP Method ==
 
== HTTP Method ==

Revision as of 11:04, 29 May 2012

Summary

Allows for deleting a particular asset.

URI

http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/asset/[asset_id]

[channel_subdomain] is optional.

HTTP Method

DELETE

Required Paramaters

Paramater Default Maximum Length Accepted Values Description
token API Persistence Token that identifies this user and its permissions.

Response

Field Type Description
status string API Status Code
error