POST
/
llm_integration
/
remove
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"
}
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
coaxial_id
string
required

Response

200
application/json
Successful Response
message
string
required