(ctx context.Context, userID uuid.UUID)
| 124 | // be recreated. |
| 125 | DeleteAllWebpushSubscriptions(ctx context.Context) error |
| 126 | DeleteApplicationConnectAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error |
| 127 | // Deletes debug runs (and their cascaded steps) whose message IDs |
| 128 | // exceed the cutoff. The started_before bound prevents retried |
| 129 | // cleanup from deleting runs created by a replacement turn that |
no outgoing calls