Github API - Test Config

mutation deleteIpAllowListEntry

Deletes an IP allow list entry.

Arguments
input DeleteIpAllowListEntryInput

DeleteIpAllowListEntryInput [input]

Autogenerated input type of DeleteIpAllowListEntry

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

ipAllowListEntryId ID

The ID of the IP allow list entry to delete.

API:
Github GraphQL API

Parameters for DeleteIpAllowListEntry

Returns
DeleteIpAllowListEntryPayload

DeleteIpAllowListEntryPayload [object]

Autogenerated return type of DeleteIpAllowListEntry

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

ipAllowListEntry IpAllowListEntry

The IP allow list entry that was deleted.

API:
Github GraphQL API
API:
Github GraphQL API