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.
cURL
curl --request DELETE \ --url https://api.example.com/v1/annotation_configs/{config_id}
{ "data": { "name": "<string>", "type": "<string>", "values": [ { "label": "<string>", "score": 123 } ], "id": "<string>", "description": "<string>" } }
ID of the annotation configuration
Successful Response
Show child attributes
Was this page helpful?