Github API - Test Config

mutation deletePackageVersion
packages

Delete a package version.

Arguments
input DeletePackageVersionInput

DeletePackageVersionInput [input]

Autogenerated input type of DeletePackageVersion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

packageVersionId ID

The ID of the package version to be deleted.

API:
Github GraphQL API

Parameters for DeletePackageVersion

Returns
DeletePackageVersionPayload

DeletePackageVersionPayload [object]

Autogenerated return type of DeletePackageVersion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

success Boolean

Whether or not the operation succeeded.

API:
Github GraphQL API
API:
Github GraphQL API