APIMockAPIMock

Delete user

Delete the current user.

DELETE
/user
/user

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

Auth Token from Login API

In: header

curl -X DELETE "https://apimock.lazycatlabs.com/v1/api/user" \
  -H "Authorization: Bearer <token>"

Success

{
  "diagnostic": {
    "status": "200",
    "message": "Success"
  }
}