Skip to main content
DELETE
/
instruments
/
synthesis
/
curl -X DELETE "https://api.atomscale.ai/instruments/synthesis/?synthesis_instrument_ids=7&synthesis_instrument_ids=8" \
  -H "X-API-KEY: YOUR_API_KEY"
null
Permanently removes synthesis instrument records.
synthesis_instrument_ids
array
required
Array of synthesis instrument IDs to delete (passed as repeated query parameters)

Response

Returns an empty response on success.
curl -X DELETE "https://api.atomscale.ai/instruments/synthesis/?synthesis_instrument_ids=7&synthesis_instrument_ids=8" \
  -H "X-API-KEY: YOUR_API_KEY"
null