Remove a Direct Storage
Format
Method | POST |
---|---|
URL | /tasks/create |
Request content | DirectStorageDelete Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
DirectStorageDelete Object
Schema
type | String | Task type identifier. In this case, "dstorage_delete" |
---|---|---|
direct_storage_id | String | Unique identifier of the Direct Storage |
JSON example
{ "type": "dstorage_delete", "direct_storage_id": "cifs" }
Â
Â