Skip to content

gcpCloudAccountDeleteProjectsV2

Delete some features for some GCP cloud accounts. The Rubrik objects in the return value are of the form :.

Arguments

Argument Type Description
input (required) GcpCloudAccountDeleteProjectsV2Input! Input to delete some features for some GCP cloud accounts.

Returns

BatchAsyncJobStatus!

Sample

mutation GcpCloudAccountDeleteProjectsV2($input: GcpCloudAccountDeleteProjectsV2Input!) {
  gcpCloudAccountDeleteProjectsV2(input: $input)
}
{
  "input": {
    "features": [
      {
        "cloudAccountIds": [
          "00000000-0000-0000-0000-000000000000"
        ],
        "feature": "ALL"
      }
    ]
  }
}
{
  "data": {
    "gcpCloudAccountDeleteProjectsV2": {
      "errors": [
        {
          "error": "example-string",
          "rubrikObjectId": "example-string"
        }
      ],
      "jobIds": [
        {
          "jobId": "example-string",
          "rubrikObjectId": "example-string"
        }
      ]
    }
  }
}