polyline.delete() - Pine Script Function
polyline.delete()
Section titled “polyline.delete()”Overview
Section titled “Overview”Deletes the specified polyline object. It has no effect if the id doesn’t exist.
Syntax
Section titled “Syntax”polyline.delete(id) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series polyline | The polyline ID to delete. |