cURL
curl --request DELETE \ --url https://api.example.com/api/users/{id}
Delete a user from the system
curl -X DELETE 'http://localhost:8080/api/users/1' \ -H 'Content-Type: application/json'
204 No Content
HTTP/1.1 204 No Content
is_active