Waiting for engine...
Skip to main content

spaceDelete

Delete a Space by the Space id. Note: You must be the original creator of the Space to successfully delete it.

The spaceDelete mutation accepts the Space id as input. An example of the request is as follows:

    mutation space{
spaceDelete(id: "fe54c2ed-xxxx-xxx-befa-787a")
}

spaceDelete(
id: ID!
): Boolean

Arguments

spaceDelete.id ● ID! non-null scalar miscellaneous

Type

Boolean scalar miscellaneous

The Boolean scalar type represents true or false.

On this Page