Waiting for engine...
Skip to main content

spaceArtifactListingTagDelete

Delete Existing category for Space artifact listing Tag. The spaceArtifactListingTagDelete mutation accepts tag guid as input.

An example of the request is as follows:

mutation {
spaceArtifactListingTagDelete(id: "de54c2ed-xxxx-xxx-befa-927b")
}

spaceArtifactListingTagDelete(
id: ID!
): Boolean

Arguments

spaceArtifactListingTagDelete.id ● ID! non-null scalar miscellaneous

Type

Boolean scalar miscellaneous

The Boolean scalar type represents true or false.

On this Page