> For the complete documentation index, see [llms.txt](https://pqko.gitbook.io/pqko-discord/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pqko.gitbook.io/pqko-discord/oauth2/delete-guild.md).

# Delete Guild

Here is code example

```javascript
oauth.deleteGuild(guildID).then((x) => console.log(x))
```

You receive no response back. I think
