From NetBSD Wiki
With atrm(1) you can simply remove a waiting job scheduled by at. Example:
$ atq
Date Owner Queue Job
21:52:00 08/01/06 yoda c 6
$ atrm 6
This will cancel the job numbered '6' from the queue.
See also
View source code (Please report any bugs or suggestions here).