> 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.1.x-1/marketing/notification/edit-and-delete-notification.md).

# Edit and Delete Notification

Terkadang Anda perlu untuk mengubah notification, mungkin karena adanya kesalahan atau permasalahan lainnya. Atau mungkin Anda juga perlu untuk menghapus notification jika tidak lagi diperlukan. Namun, notification yang dapat diubah dan dihapus adalah notification dengan status *'Scheduled', 'Draft',* dan *'Failed'*, notification dengan status *'Sending'* atau *'Sent'* sudah tidak dapat diubah lagi.&#x20;

### Edit Notification

Edit notification hanya dapat dilakukan pada notification dengan status *'Scheduled', 'Draft',* dan *'Failed'.* Anda dapat mengedit notification dengan klik salah satu notification kemudian klik button ***'Edit'*** di pojok kanan atas halaman, seperti pada gambar berikut.

![Edit Notification](/files/-MUDNvEhhz6c-WHhFlsA)

Anda dapat klik button ***'Cancel'*** jika ingin membatalkan pengubahan, atau klik button ***'Save Changes'*** untuk menyimpan notification yang sudah di edit.&#x20;

Untuk notification dengan status *'Failed'*, Anda dapat mengubahnya dengan klik salah satu notification kemudian klik button ***'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;

![Edit 'Failed' Notification](/files/-MUHYveXz0kDpc9m6g1-)

### 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 button ***'Delete'*** di pojok kanan atas halaman, kemudian akan muncul pop up konfirmasi, klik ***'Yes'*** untuk menghapus, dan klik ***'No'*** untuk membatalkan.

![Delete Notification](/files/-MUICdVAa7T6rJtkjs_m)


---

# 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.1.x-1/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.
