delete

abstract suspend fun delete(id: String): KronoJob?

Delete the job with this id. Returns the deleted job (used for callback dispatch) or null if it did not exist.