Delete the CIFS configuration for a system
POST /gcp/ha/working-environments/{workingEnvironmentId}/delete-cifs
Deletes the CIFS configuration of an existing Cloud Volumes ONTAP system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
activeDirectoryUsername |
string |
False |
|
activeDirectoryPassword |
string |
False |
|
svmName |
string |
False |
Example request
{
"activeDirectoryUsername": "string",
"activeDirectoryPassword": "string",
"svmName": "string"
}
Error
Status: Default, Default response