cURL
curl --request DELETE \ --url http://localhost/api/v1/analytics/llm \ --header 'Authorization: Bearer <token>'
{ "status": "Transaction completed successfully" }
Delete LLM analytics tool integration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Standard success response for PUT and DELETE operations