Removes the deadline with the given id from the plan of the user associated with the given token.
id
token
Future<void> removeDeadline(String token, int id);