Hanzo AI
OpenapiTools

Delete servers

Deregisters one of the caller org's external MCP servers, so its tools leave the registry.

DELETE /v1/tools/mcp/servers/{id}

Addresshttps://api.hanzo.ai/v1/tools/mcp/servers/{id}
MethodDELETE
Operationdelete_tools_mcp_servers_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Deregisters one of the caller org's external MCP servers, so its tools leave the registry. Scoped to the caller's org, so an id belonging to another tenant is a 404 and not a delete. Answers 204 with no body; a server this org does not have is 404.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the server to deregister, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo tools mcp servers rm <id>

Tools API · All Hanzo APIs · Interactive reference

How is this guide?

On this page