(ctx context.Context, arg DeleteAllTailnetTunnelsParams)
| 118 | DeleteAPIKeysByUserID(ctx context.Context, userID uuid.UUID) error |
| 119 | DeleteAllChatQueuedMessages(ctx context.Context, chatID uuid.UUID) error |
| 120 | DeleteAllTailnetTunnels(ctx context.Context, arg DeleteAllTailnetTunnelsParams) ([]DeleteAllTailnetTunnelsRow, error) |
| 121 | // Deletes all existing webpush subscriptions. |
| 122 | // This should be called when the VAPID keypair is regenerated, as the old |
| 123 | // keypair will no longer be valid and all existing subscriptions will need to |
no outgoing calls