Home > PCB_PrimitiveVia > delete
PCB_PrimitiveVia.delete() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Delete Via
Signature
typescript
function delete(primitiveIds: string | IPCB_PrimitiveVia | Array<string> | Array<IPCB_PrimitiveVia>): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
primitiveIds | string | IPCB_PrimitiveVia | Array<string> | Array<IPCB_PrimitiveVia> | Via primitive ID or Via primitive object |
Returns
Promise<boolean>
Delete Whether the operation is successful