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/tags/categories/", headers={"X-API-KEY": "YOUR_API_KEY"}, params={ "category_ids": [ "b1a2c3d4-1111-2222-3333-444455556666" ] } )
curl -X DELETE "https://api.atomscale.ai/tags/categories/?category_ids=b1a2c3d4-1111-2222-3333-444455556666" \ -H "X-API-KEY: YOUR_API_KEY"
{}
Delete one or more tag categories