Skip to content
deleteAccountMutation
deleteAccount: DeleteAccountResult!

Soft-delete the currently authenticated account, revoke its sessions, and immediately cancel any active recurring membership billing linked to it.

Returns

DeleteAccountResult!

See DeleteAccountResult for the full shape.

Try it

Example
Query
mutation DeleteAccount {
  deleteAccount {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
deleteAccount