curl --request DELETE \
--url https://api.example.com/api/v1/users/{id}{
"204": {},
"404": {},
"500": {}
}Soft delete a user from the system
curl --request DELETE \
--url https://api.example.com/api/v1/users/{id}{
"204": {},
"404": {},
"500": {}
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ferneybaron/user-management-api/llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/v1/users/{id}
0f4df2de-fffb-4a24-9891-381ecf4f0f87curl -X DELETE http://localhost:8080/api/v1/users/0f4df2de-fffb-4a24-9891-381ecf4f0f87
{
"type": "about:blank",
"title": "User Not Found",
"status": 404,
"detail": "User not found with id: 0f4df2de-fffb-4a24-9891-381ecf4f0f87",
"userId": "0f4df2de-fffb-4a24-9891-381ecf4f0f87",
"timestamp": "2024-01-15T10:30:00"
}