INPUT_OBJECT

DeleteTargetMappingInput

Description

Request to delete mapping of target.

link GraphQL Schema definition

  • input DeleteTargetMappingInput {
  • # ID of the target to which the archival location is mapped.
  • id: String
  • # Skip deletion of cloud-native resources during target mapping deletion. Warning:
  • # Use with extreme caution, as misuse of this field can lead to data loss, even
  • # for immutable locations.
  • skipCloudNativeResourceDeletion: Boolean
  • }

link Require by