curl --location --request DELETE 'https://api.superagent.sh/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
Delete a single agent tool.
curl --location --request DELETE 'https://api.superagent.sh/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
agent tool
id.curl --location --request DELETE 'https://api.superagent.sh/api/v1/agent-tools/{agentToolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}