MailParrot
mutationdeleteProject

Permanently deletes a project and its aliases, messages, and webhooks.

Authentication

Required: x-api-key header or Authorization: Bearer <token>

Arguments

NameTypeDescription
projectId*ID!Project ID

GraphQL

POST to /graphql

mutation DeleteProject($projectId: ID!) {
  deleteProject(projectId: $projectId)
}

Don't have an API key? Sign up to the dashboard to get one for free.

Try it