RUAL Documentation

DELETE /_system/storages/{guid}

Delete storage configuration (only if empty, requires setting_system_storages permission)

Delete storage configuration (only if empty, requires setting_system_storages permission)
Key Type Example Description
guid required string
"example-string"
Storage GUID to delete
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
{ "guid": "example-string" }
{ "error": "INSUFFICIENT_PERMISSIONS" }
Status Error Code Description
401 ERROR Storage not deleted successfully
404 ERROR Storage not found
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
storages_remove Required scope: storages_remove

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