Detach tool from workspace

Detach a tool from a workspace. The tool definition is unchanged.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace to detach the tool from.
toolIdstringRequired
Tool to detach.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

Confirms the tool was detached.
successboolean
True when the tool was detached. The tool definition still exists.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error