curl -X 'POST' \ 'https://api.coaxial.ai/llm_integration/remove' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' -H 'Content-Type: application/json' \ -d '{ "coaxial_id": <coaxial_model_id> }'
{ "message": "string" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object