Delete file from CRM card
Deletes a file from a CRM entity file field by index, or clears the field entirely.
Deletes a file from a CRM entity file field by index, or clears the field entirely.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type: deal / contact / company / lead | string | yes | |
| Entity ID | int | yes | |
| File field code | string | yes | |
| File index to delete (0 = first, -1 = last). Leave empty to clear the entire field | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |
| Files remaining after deletion | int |