🔴Delete Assistant

DELETE https://api.anunzi.net/v2/assistants/{model_id}

Delete an existing AI call assistant from your Anunzi environment. This action is irreversible.


Path Parameters

Parameter
Type
Required
Description

model_id

string

Yes

The unique ID of the assistant to delete.


Example Request (cURL)

curl --request DELETE \
     --url https://api.anunzi.net/v2/assistants/23423432c24324324 \
     --header 'accept: application/json' \
     --header 'Authorization: Bearer API_KEY'

Example Response (200 OK)

{
  "status": "ok",
  "response": {
    "answer": "Model deleted."
  }
}

Status Codes

Code
Description

200

Assistant deleted successfully.

400

Bad Request. Invalid or missing parameters.

Última actualización

¿Te fue útil?