Skip to main content
DELETE
/
target-materials
/
curl -X DELETE "https://api.atomscale.ai/target-materials/?target_material_ids=42&target_material_ids=43" \
  -H "X-API-KEY: YOUR_API_KEY"
{}
Permanently removes target material records, including their layer stacks.
target_material_ids
array
required
Array of target material IDs to delete (passed as repeated query parameters)

Response

Returns an empty response on success.
curl -X DELETE "https://api.atomscale.ai/target-materials/?target_material_ids=42&target_material_ids=43" \
  -H "X-API-KEY: YOUR_API_KEY"
{}