Skip to content

unmapAzurePersistentStorageSubscription

Unmaps the archival location from the subscription.

Arguments

Argument Type Description
input (required) UnmapAzurePersistentStorageSubscriptionInput! Input to initiate archival location unmapping.

Returns

Void

Sample

mutation UnmapAzurePersistentStorageSubscription($input: UnmapAzurePersistentStorageSubscriptionInput!) {
  unmapAzurePersistentStorageSubscription(input: $input)
}
{
  "input": {
    "applicationCloudAccountIds": [
      "example-string"
    ],
    "feature": "ALL",
    "unmappingValidationType": "AST"
  }
}
{
  "data": {
    "unmapAzurePersistentStorageSubscription": "example-string"
  }
}