Back to Resources

How to delete a GitHub saved reply

Delete one GitHub saved reply with GraphQL deleteSavedReply on a unique fixture, then prove that title is gone from viewer.savedReplies.

Flowchart
4 linescompact
flowchart LR
    Settings["User Settings -> Saved replies"] --> Locate["Locate Target Saved Reply"]
    Locate --> Delete["Click 'Delete' Button"]
    Delete --> Confirm["Confirm Deletion Prompt"]
Rendered from Mermaid source with the native ZeroLabs diagram container.

Delete a saved reply

Steps from Deleting a saved reply:

  1. In the upper-right corner of any page on GitHub, click your profile picture, then click Settings.
  2. In the sidebar, under Code, planning, and automation, click Saved replies.
  3. Under Saved replies, next to the reply you want to remove, click the X control.

The reply disappears from your list and from the saved-reply picker in comment boxes. Past comments that already pasted that text stay as written.

Further reading

Share