documentSetDelete
mutation
Delete document sets
Removes one or more document sets. Sets with existing documents cannot be deleted.
mutation {
documentSetDelete(companyId: Int!, documentSetId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentSetId | [Int]! |