Unable to delete PDP policy in a dataset using API

Hi,
I'm new to using APIs to interact with DOMO PDP policies, so I've follow instructions
1/ Create a client in
2/ Install pydomo Python package
3/ Run Python code
from pydomo import Domo
from pydomo.datasets import Policy, PolicyFilter, FilterOperator, PolicyType, Sorting
domo = Domo(client_id,secret,api_host='api.domo.com')
domo.datasets.delete_pdp(dataset_id, policy_id)
(where dataset_id is my DOMO dataset_id, and policy_id is the integer policy_id)
However I got this error
/.venv/lib/python3.9/site-packages/pydomo/DomoAPIClient.py", line 70, in _delete
raise Exception("Error deleting " + obj_desc + ": "
Exception: Error deleting Personalized Data Policy (PDP): {"status":400,"statusReason":"Bad Request","message":"Cannot delete the open filter group","toe":"BHCEJD2786-AU5EM-SK5TR"}
Have anyone faced this issue and how to fix it? Thank you.
Answers
-
Are you attempting to delete the all rows policy? What is the filter logic for your PDP you’re removing?
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
Hi I've figured out the issue when I print all policies in that dataset.
The command domo.datasets.delete_pdp(dataset_id, policy_id) didn't run because the policy_id I put in is the one that has null filter value (in DOMO PDP web interface, it shows as "All Rows")
I tried other policy_id which is specific for a user so the delete command worked.
0 -
Is there any way to bulk delete all policies for a dataset instead of using domo.datasets.delete_pdp(dataset_id, policy_id)?
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 663 Datasets
- 119 SQL DataFlows
- 2.3K Magic ETL
- 823 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 193 Apps
- 483 APIs & Domo Developer
- 87 Workflows
- 23 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 117 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive