Hi,
Using Google Ads API V9 for python... I am trying to delete a shared set from my account using SharedSetService and SharedSetOperation... I get the following error:
shared_set_error: SHARED_SET_IN_USE
message: "The shared set cannot be removed because it is in use."
trigger {int64_value: 1845557926 }
After fetching my shared set details with the API I get the followig data, as you can see there are no member_count and no reference_count
{
'shared_set_id': 1845557926,
'name': '(topic) Concessionnaire',
'type': 'NEGATIVE_KEYWORDS',
'member_count': 0,
'reference_count': 0,
'status': 'ENABLED'
}
Why I a receiving that error? what could be attached to my shared set? how can I force deletion?