cURL
curl --request DELETE \ --url https://api.anam.ai/v1/llms/{id} \ --header 'Authorization: Bearer <token>'
Delete an LLM configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The LLM ID
Successfully deleted LLM
Was this page helpful?