Tools
/tools/{toolId}
Tools
/tools/{toolId}
Delete a single tool.
DELETE
/
api
/
v1
/
tools
/
{toolId}
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/tools/{toolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
Params
A valid tool
id.
Response
Indicates whether the call was successful.
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/tools/{toolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
curl --location --request DELETE 'https://api.rapidagent.ai/api/v1/tools/{toolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}