Documentation Index
Fetch the complete documentation index at: https://docs.atomscale.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permanently removes physical sample records. Associated data entries are preserved but become unlinked from the sample.
Deleting a sample removes the sample record but preserves associated data entries. The data entries will become unlinked from the sample.
Array of physical sample UUIDs to delete (passed as repeated query parameters)
Response
Returns an empty object on success.
curl -X DELETE "https://api.atomscale.ai/physical_samples/?physical_sample_ids=a1b2c3d4-5678-90ab-cdef-1234567890ab&physical_sample_ids=b2c3d4e5-6789-01bc-defg-2345678901bc" \
-H "X-API-KEY: YOUR_API_KEY"