diff --git a/specification/communication/data-plane/Rooms/preview/2023-03-31-preview/examples/Rooms_RemoveAllParticipants.json b/specification/communication/data-plane/Rooms/preview/2023-03-31-preview/examples/Rooms_RemoveAllParticipants.json deleted file mode 100644 index 2073819e152b..000000000000 --- a/specification/communication/data-plane/Rooms/preview/2023-03-31-preview/examples/Rooms_RemoveAllParticipants.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parameters": { - "endpoint": "https://contoso.communication.azure.com/", - "api-version": "2023-03-31-preview", - "roomId": "99199690362660524", - "patchParticipantsRequest": null - }, - "responses": { - "200": { - "body": {} - } - } -}