Returns the path to delete a user Example: /user/userId
/user/userId
static String deleteUser(String userId) => '/user/$userId';