RUAL Documentation

DELETE /_system/assets/{guid}

Delete an uploaded asset file from filesystem and database

Delete an uploaded asset file from filesystem and database
Key Type Example Description
guid required string
"example-string"
Unique identifier (GUID)
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
{ "guid": "example-string" }
{ "error": "INVALID_ACCESS_TOKEN", "code": 401 }
Status Error Code Description
401 INVALID_ACCESS_TOKEN Authentication required or invalid token
404 ERROR Asset not found
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
assets_remove Required scope: assets_remove

Back to System Assets Return to the System Assets category to view other endpoints All API Categories Browse all available API categories