copyright | link | is |
---|---|---|
Copyright IBM Corp. 2017 |
delete-a-space |
published |
Once a space has served its purpose you can delete it with the deleteSpace GraphQL mutation:
mutation deleteSpace {
deleteSpace(input: { id: "space-id"}){
successful
}
}