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
:guid required string
"example-guid"
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "guid": "example-string" }
{ "success": false, "error": "ERROR_KEY" }
Error Code Description
HTTP_401 Storage not deleted successfully
HTTP_404 Storage not found
permission description
BearerAuth JWT access token obtained from login endpoint required

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