Skip to main content
DELETE
/
v1
/
user
Delete the authenticated user account from the portal
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/user \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success in delete User"
}

Documentation Index

Fetch the complete documentation index at: https://docs.unicontrol.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User deleted

message
string