> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.3.0-id/marketing/notification/edit-and-delete-notification.md).

# Edit and Delete Notification

Jika Anda perlu melakukan perubahan pada notifikasi karena alasan tertentu, seperti adanya kesalahan, atau ingin menghapus notifikasi yang sudah tidak digunakan, Anda dapat memanfaatkan fitur **Edit** dan **Delete Notification.**&#x20;

{% hint style="info" %}
Notifikasi yang dapat diedit atau dihapus hanya notifikasi dengan status **"Scheduled"**, **"Draft"** dan **"Failed"**.&#x20;
{% endhint %}

### Edit Notification

Anda dapat mengedit notifikasi dengan klik salah satu notification kemudian klik tombol **'Edit'** di pojok kanan atas halaman, seperti pada gambar berikut.

<figure><img src="/files/mvkt6QEosM2CQMub7Xbm" alt=""><figcaption><p>Edit Notification</p></figcaption></figure>

Anda dapat klik tombol **'Cancel'** jika ingin membatalkan pengubahan atau klik tombol **'Save to Draft'** untuk menyimpan notification yang sudah di edit. Anda juga dapat mengirimkan langsung notifikasi yang sudah di edit kepada penerima dengan klik tombol **'Send Now'** seperti gambar di bawah ini.&#x20;

<figure><img src="/files/CkKi6aM9G4pKXicm6boc" alt=""><figcaption></figcaption></figure>

Untuk notification dengan status "**Failed"**, Anda dapat mengubahnya dengan klik salah satu notification kemudian klik tombol **'Retry'** pada notifikasi warning yg berada di atas halaman, kemudian akan muncul pop-up konfirmasi, klik **'Yes'** untuk mengedit, dan klik **'No'** untuk membatalkan.&#x20;

<figure><img src="/files/uoRFvAYzHLwKdHl1QNtv" alt=""><figcaption><p>Edit 'Failed' Notification</p></figcaption></figure>

### Delete Notification

Delete notification hanya dapat dilakukan pada notification dengan status **"Scheduled"**, and **"Draft"**. Anda dapat menghapus notification dengan klik salah satu notification dan klik tombol **'Delete'** di pojok kanan atas halaman, kemudian akan muncul pop up konfirmasi, klik **'Yes'** untuk menghapus, dan klik **'No'** untuk membatalkan.

<figure><img src="/files/CM6on3UzJS6S9GeLGuaM" alt=""><figcaption><p>Delete Notification</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/5.3.0-id/marketing/notification/edit-and-delete-notification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
