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
spaceArtifactListingDelete.spaceArtifactListingType ● SpaceArtifactListingTypeEnum enum catalog-service
Type
Boolean scalar miscellaneous
The Boolean scalar type represents true or false.
Was this topic helpful?