INPUT_OBJECT

DeleteIpWhitelistEntriesInput

Description

Specifies the entries to be deleted from the IP allowlist.

link GraphQL Schema definition

  • input DeleteIpWhitelistEntriesInput {
  • # Required. Specifies the ID of the entries to be deleted from the IP allowlist.
  • targetEntryIds: [Long!]!
  • }

link Require by