Hi,
I want to know if there is an API endpoint or method to disable an audience (make it inactive or stop activation)(
without deleting it in Adobe Experience Platform.
If yes:
Thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi
You can deactivate an audience, buit only if it is not activated to a destiantion, which probably doesnt help you here. To solve for your question , you need to programatically patch the destination flow and remove the audience
And that is quite a thing through APIs. If you want to go that route use something like postamn with flows.
essentially you need to remove the audience from the destination flow. so the trick there is to find the audience id in the destination flow
run a GET on this https://platform.adobe.io/data/foundation/flowservice/flows?property=inheritedAttributes.properties....
it will list all the flows, in there you are looking for the destiantion flow you want to update, and look for an array called
Hi
You can deactivate an audience, buit only if it is not activated to a destiantion, which probably doesnt help you here. To solve for your question , you need to programatically patch the destination flow and remove the audience
And that is quite a thing through APIs. If you want to go that route use something like postamn with flows.
essentially you need to remove the audience from the destination flow. so the trick there is to find the audience id in the destination flow
run a GET on this https://platform.adobe.io/data/foundation/flowservice/flows?property=inheritedAttributes.properties....
it will list all the flows, in there you are looking for the destiantion flow you want to update, and look for an array called
just to add to that, you cant set an audience back to draft, but you can copy it to draft using
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies