Skip to main content

Delete Account

POST 

/api/user/delete

Delete the user account and all the data associated with it

Request

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

required
    password stringrequired

    The password of the user. The account will be deleted if it's correct

Responses

success

Schema

    string

Loading...