Forum Discussion

Nigel_Christian's avatar
Nigel_Christian
Copper Contributor
Feb 05, 2020
Solved

How can I delete a quick form in teams???

I just made a quick form from my teams app to a general channel in my teams... and it posted twice! How can I delete one? This is very embarrassing! the “...” on the post doesn’t have a delete optio...
  • ChristianJBergstrom's avatar
    ChristianJBergstrom
    Aug 25, 2021

    Robert_Cario Hello, this is my new account. Well, it seems as things have changed when looking at it now. If you are the owner of the team and have the setting "Owners can delete all messages" the three dots will appear and the form/quick poll can be deleted. When I tried this a year ago or something like that it still showed the poll with "this poll has been deleted".

     

    So, you need to be owner of team with above check box under the team settings and can be set per team or by using Teams messaging policy.

     

    -AllowOwnerDeleteMessages (this one controls if the checkbox will be selected or not)

    Setting that determines whether or not owners can delete messages that they or other members of the team have posted.

    Set-Team (MicrosoftTeamsPowerShell) | Microsoft Docs

     

    -AllowOwnerDeleteMessage (this one controls if the checkbox should be visible or not)

    Determines whether owners are allowed to delete all the messages in their team. Set this to TRUE to allow. Set this to FALSE to prohibit.

    Set-CsTeamsMessagingPolicy (SkypeForBusiness) | Microsoft Docs

     

Resources