getsign_delete_envelope_document
Remove a document from a workflow/envelope.
Soft-deletes the file via DELETE /api/v3/files/:fileId, resets related
signing history, and optionally removes the Monday file-column asset
when asset_id is provided. Confirm with the user before calling — this
mutates the envelope. Use getsign_list_envelope_documents first to
discover file_id / asset_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| item_id | Yes | ||
| asset_id | No | ||
| envelope_id | Yes | ||
| confirm_token | No | Retry token from a prior CONFIRMATION_REQUIRED response. Do not invent one. |