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
workspaceId
Workspace to detach the tool from.
toolId
Tool to detach.
Headers
X-Account-Id
Account that owns the workspace.
Response
Confirms the tool was detached.
success
True when the tool was detached. The tool definition still exists.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

