Delete a tool
DELETE/v1/projects/:project_id/tools/:tool_id
Deletes the backing runtime tool. Returns 409 if the tool is still attached to an agent (detach it first).
Request
Responses
- 204
- 401
- 404
- 409
- 502
Tool deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.
The upstream runtime could not complete the operation.