Skip to main content
DELETE
/
test_framework
/
v1
/
aiagents
/
{agent_id}
/
tool
/
{tool_name}
cURL
curl --request DELETE \
  --url https://api.cekura.ai/test_framework/v1/aiagents/{agent_id}/tool/{tool_name}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'

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
tool_name
string
required

Response

204

No response body