From dff8e0a9f221cfe84f63738abc6a6118b2207397 Mon Sep 17 00:00:00 2001 From: tanjinhong72 <82503411+tanjinhong72@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:01:21 +0800 Subject: [PATCH] Add information on deletion of audience Added the following question regarding deletion of Audience ## Can I delete an audience? In order to delete an audience, you will need to disable it first by toggling the Enabled button to Disabled. After it is disabled, the audience can be deleted by clicking on the "Delete Audience..." button. --- src/engage/faqs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/engage/faqs.md b/src/engage/faqs.md index ec38236180..b884ec9fe9 100644 --- a/src/engage/faqs.md +++ b/src/engage/faqs.md @@ -32,7 +32,9 @@ For more information on profile queries, visit the [Profile API documentation](/ ## Can I modify audience keys? You can't change the audience key after it's created. To change the key, you need to re-create the audience. - + +## Can I delete an audience? +In order to delete an audience, you will need to disable it first by toggling the Enabled button to Disabled. After it is disabled, the audience can be deleted by clicking on the "Delete Audience..." button. ## Can I reuse audience keys?