This API endpoint /en/api/user/delete allows you to delete a user account from our system. Below are the details and instructions on how to use this endpoint.

Endpoint Details

  • URL: /en/api/user/delete
  • HTTP Method: GET

Usage Instructions

  1. Authentication: Ensure you are authenticated with the correct credentials to perform this action.
  2. Parameters: The request must include the user ID or username that you wish to delete.
  3. Response: A JSON object indicating the success or failure of the operation.

Example Request

GET /en/api/user/delete?userId=12345

Example Response

{
  "status": "success",
  "message": "User deleted successfully."
}

Or in case of failure:

{
  "status": "error",
  "message": "User not found."
}

Safety and Compliance

  • We take user privacy and data protection very seriously. This API is designed to be used responsibly.
  • We do not allow the deletion of accounts with malicious intent. Any such requests will be blocked.

For more information on our privacy policy and terms of service, please visit our Privacy Policy.


If you encounter any issues or have questions regarding this API, please contact our support team at support@site.com.

Additional Resources