Delete a django_celery_beat.PeriodicTask row by primary key.
Used by daemon lifecycle verbs ($daemon.disable, $daemon.recycle)
to remove the PT created by invoke()(periodic=True). Idempotent:
returns False if no PT with that pk exists.
Parameters:
pk (int) – the PeriodicTask.pk returned by invoke()