v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.AccountService

DeleteAccount

Deletes an account permanently.

Use this method to:

  • Remove unused accounts
  • Clean up test accounts
  • Complete account deletion requests

The account must not be an active member of any organization.

Examples

  • Delete account:

    Permanently removes an account.

    accountId: "f53d2330-3795-4c5d-a1f3-453121af9c60"
    
post/gitpod.v1.AccountService/DeleteAccount

Request body

accountIdstring uuid required
reasonstring nullable

reason is an optional field for the reason for account deletion

Response

Success

GitpodV1DeleteAccountResponse required