INPUT_OBJECT

DeleteSnapshotsInput

Description

Specifies the input snapshot IDs and location IDs for the DeleteSnapshots query.

link GraphQL Schema definition

  • input DeleteSnapshotsInput {
  • # Locations to delete the snapshots from.
  • locationIds: [String!]!
  • # IDs of the snapshots to be deleted.
  • snapshotIds: [String!]!
  • }

link Require by