Share via

Unable to delete adaptive cards posted by workflow

Ackerman, Warren 0 Reputation points
2026-02-06T02:39:43.4933333+00:00

Why is this not fixt yet. It's been over a year! This is a big problem and an known limitation without a workaround.

https://learn.microsoft.com/en-us/answers/questions/4420371/unable-to-delete-adaptive-cards-posted-by-workflow

Microsoft Teams | Microsoft Teams for business | Teams and channels | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Steven-N 22,125 Reputation points Microsoft External Staff Moderator
    2026-02-06T05:36:32.04+00:00

    Hi Ackerman, Warren

    Thank you for reaching out to Microsoft Q&A

    I understand how frustrating it can be when a longstanding aspect of the platform after a year. However, for clarity, this is a user-to-user support forum. Moderators, contributors, and external Microsoft employees participating here do not have access to backend systems or the ability to intervene directly in Microsoft product features.

    Given this, I may not you the definitive solution in this situation, but you can try the workarounds below:

    Option 1: Delete via Power Automate (Recommended)

    you can try to create a flow that deletes its own messages using the Microsoft Teams connector:

    Trigger: Manual or scheduled

    Action: "Delete a message" (Teams connector)

      - Team: [Your Team]

      - Channel: [Your Channel]  

      - Message ID: [From your flow's posted message output]

    Note: Store the messageId from your original "Post message" action and use it later to delete.

    Option 2: Use Graph API (Admin/Developer)

    DELETE https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/messages/{message-id}

    Permissions required: ChannelMessage.Delete (delegated) or Teamwork.Migrate.All (application)

    You can try the above workaround method, kindly let me know in the comments for further support.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Q&A Assist
    2026-02-06T02:41:24.32+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The inability to delete Adaptive Cards posted by workflows in Microsoft Teams is indeed a known limitation. Currently, workflows support Adaptive Cards but do not provide a method for deleting them once posted. This limitation has been acknowledged, and while it is a significant issue for users, there has been no official workaround provided as of now. Users experiencing this issue may need to monitor updates from Microsoft for any future changes or improvements regarding this functionality.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.