Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete invite mutation.
| Field | Value |
|---|---|
| Name | deleteInvite |
| Group | Users |
| Type | Mutation |
| Signature | deleteInvite(input: DeleteInviteInput!): DeleteInvitePayload |
mutation DeleteInvite($input: DeleteInviteInput!) {
deleteInvite(input: $input) {
status
}
}
{
"input": {
"id": ""
}
}