Delete Sets

Deleting a set is done via the deleteSet mutation and is the same in principle to deleting an other object. See here.

Content of a set will not be deleted, but the relationship to the set will be.

mutation deleteSkylarkSet {
  deleteSkylarkSet(uid: "90a0a881-1124-4815-bed0-b82cdab49ef8") {
    uid
    message
  }
}