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