Menghapus server MCP PolarClaw.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
ID aplikasi. |
pa-************** |
| ServerName |
string |
Yes |
ID server MCP yang akan dihapus. |
test-v1 |
Elemen respons
|
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 |
| ServerName |
string |
The ID of the deleted MCP server. |
test-v1 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E56531A4-E552-40BA-9C58-137B80******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Ok": true,
"ServerName": "test-v1"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.