Remove Materials
Material Library
Delete Materials
DELETE
Remove Materials
Use this endpoint to delete one or more custom materials from your PIC material library.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
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.

