Skip to main content
DELETE
/
agents
/
{agent_id}
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.agents.delete("agent_id_value")
print(result)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

agent_id
string
required

Response

Successful Response