v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Delete your account

Be careful! This is a destructive action. By deleting your account you will loose access to all of your charts. If this endpoint should be used in an application (CMS), it is recommended to ask the user for confirmation. Requires scope user:write.

delete/me

Request body

emailstring

User email address to confirm deletion.

passwordstring required

User password to confirm deletion

Example request

{
  "email": "zola@hydra.com"
}

Response

No Content