This endpoint allows the authenticated user to delete a specific user by user_id.
Path Parameters:
user_id (int): The ID of the user to delete.
Request Headers:
X-Authorization-Consistency-Token (string, optional): Authorization consistency token for read-after-write consistency. Pass the token received from a previous write operation to ensure this read reflects that write.
Returns:
200 OK: The user is deleted successfully.
400 Bad Request: If versioning fails or invalid parameters are passed.
404 Not Found: If the user is not found.
500 Internal Server Error: On unhandled exceptions.
Response Headers:
X-Authorization-Consistency-Token (string): Authorization consistency token returned after a write operation. Pass this in subsequent read requests to ensure read-after-write consistency.