INPUT_OBJECT

BulkDeleteNasSharesRequestInput

Description

Supported in v8.1+ Input to trigger delete of multiple NAS shares.

link GraphQL Schema definition

  • input BulkDeleteNasSharesRequestInput {
  • # Required. Supported in v8.1+
  • # NAS share IDs.
  • ids: [String!]!
  • }