curl --request DELETE \
--url http://localhost:8000/api/v1/users/{user_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a user by ID.
curl --request DELETE \
--url http://localhost:8000/api/v1/users/{user_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}