UnbindPolarClawAgent

Updated at:
Copy as MD

Unbinds a PolarClaw Agent.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ApplicationId

string

Yes

The application ID.

pa-**************

AgentId

string

Yes

The agent ID to unbind.

work

Channel

string

Yes

The channel plugin ID.

feishu

ChannelAccountId

string

No

The channel account ID. Omit this parameter to remove all bindings for the specified agent ID and channel plugin ID.

default

Response elements

Element

Type

Description

Example

object

The response object.

RequestId

string

The request ID.

24A1990B-4F6E-482B-B8CB-75C612******

Message

string

The response message.

successful

Code

integer

The status code of the response.

200

ApplicationId

string

The application ID.

pa-********************

AgentId

string

The agent ID.

work

RemovedCount

integer

The number of removed bindings.

1

TotalBindings

integer

The total number of bindings after the operation.

0

Examples

Success response

JSON format

{
  "RequestId": "24A1990B-4F6E-482B-B8CB-75C612******",
  "Message": "successful",
  "Code": 200,
  "ApplicationId": "pa-********************",
  "AgentId": "work",
  "RemovedCount": 1,
  "TotalBindings": 0
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.