Waiting for engine...
Skip to main content

spaceArtifactListingCategoryDelete

Delete Existing category for space artifact listing service. The spaceArtifactListingCategoryDelete mutation accepts category guid as input.

An example of the request is as follows:

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

spaceArtifactListingCategoryDelete(
id: ID!
): Boolean

Arguments

spaceArtifactListingCategoryDelete.id ● ID! non-null scalar miscellaneous

Type

Boolean scalar miscellaneous

The Boolean scalar type represents true or false.

On this Page