All Products
Search
Document Center

:DeleteMonitorGroupNotifyPolicy

Last Updated:May 27, 2026

Menghapus kebijakan yang digunakan untuk menjeda pemberitahuan peringatan pada kelompok aplikasi tertentu.

Debugging

OpenAPI Explorer secara otomatis menghitung nilai signature. Untuk kenyamanan Anda, kami menyarankan agar Anda memanggil operasi ini di OpenAPI Explorer. OpenAPI Explorer secara dinamis menghasilkan contoh kode operasi ini untuk berbagai SDK.

Parameter permintaan

Parameter Type Required Example Description
Action String Yes DeleteMonitorGroupNotifyPolicy

Operasi yang ingin Anda lakukan. Tetapkan nilainya ke DeleteMonitorGroupNotifyPolicy.

PolicyType String Yes PauseNotify

Jenis kebijakan.

Nilai valid: PauseNotify.

GroupId String No 6780****

ID kelompok aplikasi.

Parameter respons

Parameter Type Example Description
Code String 200

Kode status HTTP.

Catatan Kode status 200 menunjukkan bahwa pemanggilan berhasil.
Message String The Request is not authorization.

Pesan kesalahan.

RequestId String B7AF834D-D38B-4A46-920B-FE974EB7E135

ID permintaan.

Result Integer 1

Jumlah kebijakan yang dihapus.

Success String true

Menunjukkan apakah pemanggilan berhasil. Nilai valid:

  • true: Pemanggilan berhasil.
  • false: Pemanggilan gagal.

Contoh

Permintaan contoh

http(s)://[Endpoint]/?Action=DeleteMonitorGroupNotifyPolicy
&PolicyType=PauseNotify
&<Common request parameters>

Respons keberhasilan contoh

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteMonitorGroupNotifyPolicyResponse>
    <Result>1</Result>
    <Success>true</Success>
    <Code>200</Code>
</DeleteMonitorGroupNotifyPolicyResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Result" : 1,
  "RequestId" : "5D0D3910-5B01-4868-A2F2-A5DEA7F5150E",
  "Success" : true,
  "Code" : 200
}

Kode kesalahan

Untuk daftar kode kesalahan, kunjungi API Error Center.