Delete Account

Delete User

Delete /users/{userId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Request-Body

Name
Type
Description

password

string

password of the user

Response

{
  "message": "Account Deleted Successfully"
}

Last updated