v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
User Management

Delete user profile

Delete an existing user profile and its associated data (including social connections).

delete/uploadposts/users

Request body

usernamestring required

The unique identifier of the profile to delete.

Response

Profile deleted successfully.

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Perfil eliminado correctamente"
}