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.
import requests response = requests.delete( "https://api.atomscale.ai/physical_samples/a1b2c3d4-5678-90ab-cdef-1234567890ab/annotations/", headers={"X-API-KEY": "YOUR_API_KEY"}, params={"annotation_ids": ["f47ac10b-58cc-4372-a567-0e02b2c3d479"]} )
curl -X DELETE "https://api.atomscale.ai/physical_samples/a1b2c3d4-5678-90ab-cdef-1234567890ab/annotations/?annotation_ids=f47ac10b-58cc-4372-a567-0e02b2c3d479" \ -H "X-API-KEY: YOUR_API_KEY"
{}
Delete spatial annotations from a physical sample
annotation_ids