v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Delete user

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/users/{id}

Path parameters

idnumber required

User ID

Request body

emailstring

User email address to confirm deletion.

passwordstring

User password to confirm deletion

Example request

{
  "email": "james.barnes@shield.com"
}

Response

No Content