Remove Materials
Material Library
Delete Materials
DELETE
Remove Materials
Use this endpoint to delete one or more custom materials from your PIC material library.
Request body params
| Name | Type | Description |
|---|---|---|
ids | Array<string> | [REQUIRED] An array of one or more material IDs to delete. |
Implementation Details
- Bulk operation: You can delete multiple materials in a single request.
- Response format: Returns
{ successIds: string[], failureIds: string[] }indicating which deletions succeeded and which failed.

