Skip to main content
DELETE
/
user-data
/
deleteUserData
/
:userDataId
Delete User
curl --request DELETE \
  --url https://www.api.baselink.tech/user-data/deleteUserData/:userDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Delete a user account and all associated data.
success
boolean
Indicates if the user was deleted successfully.
message
string
Success or error message.
This action is irreversible and will permanently delete all user data, including achievements, notifications, and team memberships.