Navigation Menu

Skip to content

API to delete and move issues and to ban users #24782

Discussion options

You must be logged in to vote

Hi @kolanich 👋

So there is a GraphQL mutation to transfer issues between repositories:

docs.github.com

Mutations - GitHub Docs

//docs.github.com/en/graphql/reference/mutations

Similarly for deleting issues, you can do this via GraphQL here:

docs.github.com

Mutations - GitHub Docs

//docs.github.com/en/graphql/reference/mutations

You can block users, via:

docs.github.com

Users - GitHub Docs

//docs.github.com/en/rest/reference/users

…being mindful that this blocks users from your personal account, and not at the repository level.

That said, if any of the above doesn’t fully solve for your use case, I would highly recommend submitting your suggestions directly to our PMs via th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment