Permanently deletes theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Miguel-Rodriguez15/msvc/llms.txt
Use this file to discover all available pages before exploring further.
Usuario identified by {id} from the MySQL database. If the user does not exist, a 404 Not Found is returned immediately. A valid OAuth2 Bearer token with the write scope is required.
Base URL: http://localhost:8001Gateway URL:
http://localhost:8090/api/usuarios
Deleting a user triggers an internal Feign client call from
msvc-usuarios to msvc-cursos. This removes all course enrollments associated with the deleted user across every course record. The deletion of enrollments is handled automatically — no additional client request is needed.Endpoint
Request
Headers
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |
Path Parameters
The numeric primary key of the user to delete. Must be a positive integer.
Response
204 No Content
The user was found and successfully deleted. The response body is empty.404 Not Found
Returned when no user exists for the providedid. The response body is empty.