🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/org/deleteCloudArchivingConfig \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "scope": "ORG", "targetUuid": "AAAAAAAAAAAAAAAAAAAAAA" } '
{ "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Delete scoped cloud archiving config. Note that the priority of scoping is Org > Location > Device
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for deleting cloud archiving configuration.
ORG
LOCATION
DEVICE
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response object for deleting cloud archiving configuration.
Was this page helpful?