RemovePolarClawMCPServer

Updated at:
Copy as MD

Deletes a PolarClaw MCP server.

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-**************

ServerName

string

Yes

The ID of the MCP server to delete.

test-v1

Response elements

Element

Type

Description

Example

object

The response body.

RequestId

string

The request ID.

E56531A4-E552-40BA-9C58-137B80******

Message

string

The response message.

successful

Code

integer

The status code.

200

ApplicationId

string

The application ID.

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

Ok

boolean

Indicates whether the request was successful. A value of true indicates success.

true

ServerName

string

The ID of the deleted MCP server.

test-v1

Examples

Success response

JSON format

{
  "RequestId": "E56531A4-E552-40BA-9C58-137B80******",
  "Message": "successful",
  "Code": 200,
  "ApplicationId": "pa-**************",
  "Ok": true,
  "ServerName": "test-v1"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.