내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Delete App Subscription data in ACS

Avatar

Level 2

All Campaign User,

Can anyone please suggest how to delete data from mobile app subscription schema in ACS.

"Mobile app subscription" schema is not being displayed under identification table (dimesion to delete) in the 'update data' activity.

I am flitering  the records form 'profile schema' in Query activity follow by using 'Update data' activity to delete those records from "app subscription" schema.

Any suggestion oo help would be highly appreciated. Thanks!!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hello Rajdeep,

The Deletion of the appsubscription table via a workflow is not possible in ACS as of now. The table can only be read from the workflow.

In case you want to delete a custom attribute (column) added as an extension , you can delete it from Administration > Development > Custom resources and then publish the changes .

Regards,

Adhiyan

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 10

Hi Rajdeep,

I am not sure this schema is designed to be visible. Some technical schemas are kept private or are read-only to avoid problems in case of direct update/delete. What exactly would you need to delete?

Florent

Avatar

Level 2

Thanks Florentlb for the reply.

I want to delete custom attribute which are added to app subscription schema as part of extension schema.

Avatar

정확한 답변 작성자:
Employee

Hello Rajdeep,

The Deletion of the appsubscription table via a workflow is not possible in ACS as of now. The table can only be read from the workflow.

In case you want to delete a custom attribute (column) added as an extension , you can delete it from Administration > Development > Custom resources and then publish the changes .

Regards,

Adhiyan

Avatar

Level 2

Thanks for the reply Adhiyan.