Delete Bindings
DeleteBindings removes one or more MCP tools (mcp_tool_ids) from a toolset. Uses a POST …/delete action route because the tool IDs travel in the request body, which HTTP DELETE does not reliably support.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
App identifier.
Connector identifier.
Access profile identifier.
Body
MCPAccessProfileToolBindingServiceDeleteRequest deletes tool bindings.
MCP tool IDs to unbind from the access profile.
Response
MCPAccessProfileToolBindingServiceDeleteResponse confirms deletion.
MCPAccessProfileToolBindingServiceDeleteResponse confirms deletion.