Skip to main content

documentRemove

Delete or detach a document. Must only receive one of either target_ids or delete = True in input.

documentRemove(
delete: Boolean = false
id: ID!
targetIds: [ID!]
): DocumentRemove

Arguments

documentRemove.delete ● Boolean scalar

True if you want to delete this document from the system entirely, defaults to False. This will automatically detach the document from every instance it was attached to in the system.

documentRemove.id ● ID! non-null scalar

ID of the document to remove.

documentRemove.targetIds ● [ID!] list scalar

Optional list of IDs of target entities to detach this document from

Type

DocumentRemove object

Delete or detach a document. Must only receive one of either target_ids or delete = True in input.

Was this page helpful?