DELETE
/
api
/
v1
/
agent-tools
/
{agentToolId}
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
  "success": true,
  "data": null
}

Params

agentToolId
string
required

A valid agent tool id.

Response

success
boolean

Indicates whether the call was successful.

curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
  "success": true,
  "data": null
}