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
- application/json
Body
required
password stringrequired
The password of the user. The account will be deleted if it's correct
Responses
- 200
success
- text/plain
- Schema
Schema
string
Loading...