DeleteFile
Permanently deletes a file and all related metadata and thumbnails from HubSpot's file manager.
Input
| Name | Type | Description |
| FileId | String | Unique identifier of the file to be deleted from the HubSpot file manager. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the file deletion was successful. Returns True if the file was deleted. |
| ErrorCode | Integer | If the procedure fails, this field displays the corresponding error code. Useful for debugging and troubleshooting. |
| ErrorMessage | String | If the procedure fails, this field provides a detailed error message explaining the failure. |