Skip to main content
DELETE
/
v1
/
tool-servers
/
{toolServerId}
/
tools
/
{toolName}
Delete a tool by name
curl --request DELETE \
  --url https://api.devic.ai/v1/tool-servers/{toolServerId}/tools/{toolName} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "deletedId": "<string>"
}

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

toolServerId
string
required

The unique identifier of the tool server

toolName
string
required

The function name of the tool to delete

Response

Tool deleted successfully

success
boolean

Whether the deletion was successful

message
string

Deletion message

deletedId
string

Deleted resource ID