Greg Lindstrom
09/22/2025, 6:07 PMkapa.ai
09/22/2025, 6:08 PMDELETE /api/v1/entities/userDataFilters/{filterId} Replace {filterId} with the ID of the filter you want to remove. You must have the appropriate MANAGE permissions for the organization or workspace to perform this action. For more details on managing UDFs, see the official documentation: [Set Up Data Filters for Users](https://www.gooddata.com/docs/cloud/workspaces/user-data-filters/) and [API Reference](https://github.com/gooddata/gooddata-python-sdk/blob/master/gooddata-api-client/README.md)<source>https://www.gooddata.com/docs/cloud/workspaces/user-data-filters/</source>. If you are using the Python SDK, you would use the relevant method to delete the user data filter by its ID, but the exact SDK method is not detailed in the provided sources. If you need to update the set of filters (for example, remove one and keep the others), you can also use the Declarative API to set the complete list of UDFs you want to keep, omitting the one you wish to remove<source>https://www.gooddata.com/docs/cloud/workspaces/user-data-filters/#set-up-user-data-filters</source>. If you need more specific code examples or step-by-step instructions, please let me know!Greg Lindstrom
09/22/2025, 6:11 PMJulius Kos
09/22/2025, 6:42 PMJulius Kos
09/22/2025, 6:43 PMGreg Lindstrom
09/22/2025, 7:02 PMGreg Lindstrom
09/22/2025, 7:06 PMJulius Kos
09/22/2025, 7:13 PMapi/v1/layout/workspaces/<workspace_id>/userDataFiltersJulius Kos
09/22/2025, 7:18 PMGreg Lindstrom
09/22/2025, 7:20 PMJulius Kos
09/22/2025, 7:22 PMGreg Lindstrom
09/22/2025, 7:32 PMJulius Kos
09/22/2025, 7:33 PMIsmail Karafakioglu
09/22/2025, 7:52 PMGreg Lindstrom
09/22/2025, 7:54 PMIsmail Karafakioglu
09/22/2025, 7:55 PM