Difference between revisions of "API Assets Delete"

From unroole CMS wiki
Jump to: navigation, search
(URI)
(URI)
Line 3: Line 3:
  
 
== URI ==
 
== URI ==
http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/asset/[asset_id]
+
<nowiki>http://api.unroole.com/[account-id]/assets/[asset-id]</nowiki>
 
+
[channel_subdomain] is optional.
+
  
 
== HTTP Method ==
 
== HTTP Method ==

Revision as of 08:58, 31 May 2012

Summary

Allows for deleting a particular asset.

URI

http://api.unroole.com/[account-id]/assets/[asset-id]

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