Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "https://api.atomscale.ai/target-materials/?target_material_ids=42&target_material_ids=43" \ -H "X-API-KEY: YOUR_API_KEY"
import requests response = requests.delete( "https://api.atomscale.ai/target-materials/", headers={"X-API-KEY": "YOUR_API_KEY"}, params={"target_material_ids": [42, 43]} )
{}
Delete one or more target materials