Rooms - Delete

Delete a room.

DELETE {endpoint}/rooms/{roomId}?api-version=2023-10-30-preview

URI Parameters

Name In Required Type Description
endpoint
path True

string

url

The endpoint of the Azure Communication resource.

roomId
path True

string

The id of the room to be deleted.

api-version
query True

string

Version of API to invoke.

Request Header

Name Required Type Description
Authorization True

string

An authentication string containing a signature generated using HMAC-SHA256 scheme.

Responses

Name Type Description
204 No Content

The room was successfully deleted.

Other Status Codes

CommunicationErrorResponse

Error response

Headers

x-ms-error-code: string

Security

Authorization

An authentication string containing a signature generated using HMAC-SHA256 scheme.

Type: apiKey
In: header

Examples

Delete a meeting room.

Sample Request

DELETE https://contoso.communication.azure.com//rooms/99199690362660524?api-version=2023-10-30-preview

Sample Response