cURL
curl --request DELETE \ --url https://api.example.com/api/v1/users/delete/{id}
(Empty response body)
Deletes a user from the system
Authorization: Bearer <your_jwt_token>
curl -X DELETE "https://api.library.com/api/v1/users/delete/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."