Menghapus satu aplikasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:RemoveApplication |
delete |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
No |
Wilayah gerbang. |
cn-hangzhou |
| Namespace |
string |
No |
Namespace layanan mikro. |
prod |
| AppName |
string |
No |
Nama aplikasi. |
example-app |
| AppId |
string |
No |
ID aplikasi. |
abcde@12345 |
| AcceptLanguage |
string |
No |
Bahasa yang digunakan untuk menampilkan hasil yang dikembalikan. Nilai valid: zh (default): Tionghoa. en: Inggris. |
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
abcde-12345 |
| Success |
boolean |
Indicates whether the operation is successful. |
true |
| ErrorCode |
string |
The error code. |
NoPermission |
| Message |
string |
The error message. |
success |
| Data |
string |
The execution result. |
success |
Contoh
Respons sukses
JSONformat
{
"RequestId": "abcde-12345",
"Success": true,
"ErrorCode": "NoPermission",
"Message": "success",
"Data": "success"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.