Skip to main content
DELETE
/
test_framework
/
v1
/
aiagents
/
{agent_id}
/
tool
/
{tool_name}
Remove a tool from an agent
curl --request DELETE \
  --url https://api.cekura.ai/test_framework/v1/aiagents/{agent_id}/tool/{tool_name}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

agent_id
string
required
Pattern: ^\d+$
tool_name
string
required

Response

No response body