Mutation
Variables
Response
Mutations
deleteSpacesCollection
Delete a Spaces Collection. The Collection must be empty — a Collection that still contains active Spaces cannot be deleted; move or archive those Spaces first.
MUTATION
deleteSpacesCollection(input: DeleteSpacesCollectionInput!): DeleteSpacesCollectionPayloadArguments
input
DeleteSpacesCollectionInput!
required
Parameters for DeleteSpacesCollection
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedSpacesCollectionId
ID
GlobalID of the Spaces Collection that was deleted.
errors
[String!]!
Mutation
Variables
Response