(ctx context.Context, id uuid.UUID)
| 221 | DeleteWorkspaceAgentPortShare(ctx context.Context, arg DeleteWorkspaceAgentPortShareParams) error |
| 222 | DeleteWorkspaceAgentPortSharesByTemplate(ctx context.Context, templateID uuid.UUID) error |
| 223 | DeleteWorkspaceSubAgentByID(ctx context.Context, id uuid.UUID) error |
| 224 | // Disable foreign keys and triggers for all tables. |
| 225 | // Deprecated: disable foreign keys was created to aid in migrating off |
| 226 | // of the test-only in-memory database. Do not use this in new code. |
no outgoing calls