DelPlatformConfig
调用该接口删除 platform config 接口。
Request
delete \config\platform\update
Request Parameters
| Name | Located in | Type | Description | Required |
|---|---|---|---|---|
| key | query | string | key | false |
| path | query | string | path | false |
Response
Response 200
| Code3 | Description | Type |
|---|---|---|
| 200 | OK | {object { }} |
Response 400
| Code3 | Description | Type |
|---|---|---|
| 400 | INVALID_TENANT | { { }} |
Response 500
| Code3 | Description | Type |
|---|---|---|
| 500 | INTERNAL_ERROR | { { }} |
Response default
| Code2 | Description | Type | Schema |
|---|---|---|---|
| default | An unexpected error response. | Object | rpcStatus |
rpcStatus
| Name | Type | Description |
|---|---|---|
| code | integer | |
| details | Array[protobufAny] | [ 具体参数可见下面 protobufAny ] |
| message | string |
protobufAny
| Name | Type | Description |
|---|---|---|
| @type | string |