spaceArtifactListingDelete
Delete an existing Integration Pack by its id.
The spaceArtifactListingDelete mutation accepts the IntegrationPack id as input. An example of the request is as follows:
mutation {
spaceArtifactListingDelete(id: "fe54c2ed-xxxx-xxx-befa-787a")
}
spaceArtifactListingDelete(
id: ID!
spaceArtifactListingType: SpaceArtifactListingTypeEnum
): Boolean
Arguments
spaceArtifactListingDelete.id ● ID! non-null scalar miscellaneous {#id}
spaceArtifactListingDelete.spaceArtifactListingType ● SpaceArtifactListingTypeEnum enum catalog-service {#space-artifact-listing-type}
Type
Boolean scalar miscellaneous
The Boolean scalar type represents true or false.
Was this topic helpful?