(ctx context.Context, id string)
| 115 | DeleteAIProviderByID(ctx context.Context, id uuid.UUID) error |
| 116 | DeleteAIProviderKey(ctx context.Context, id uuid.UUID) error |
| 117 | DeleteAPIKeyByID(ctx context.Context, id string) error |
| 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) |
no outgoing calls