Delete a gist
delete_gistPermanently delete a gist by requesting a confirmation token, then confirming deletion to destroy the repository and all revisions irreversibly.
Instructions
Permanently delete a gist. This is irreversible: the git repository with every revision and the database row are destroyed. The first call returns a short-lived confirmation token; ask the user for confirmation, then call again with confirm_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gistId | Yes | ID of the gist — the "id" field returned by list_gists/search_gists, not its title | |
| confirm_token | No | Confirmation token from a previous delete_gist call for the same gist. Omit on the first call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gistId | Yes | ||
| deleted | Yes |