Logo
Zoom Public API Documentation

Un-assign Tags from a Zoom Room

DELETE {{baseUrl}}/rooms/:roomId/tags?tag_ids=<string>

Use this API to un-assign Tags from a Zoom Room

Prerequisites: * A Pro or a higher plan with a Zoom Rooms license.

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 
tag_ids
string (Required) The Tag ID(s) to un-assign from the Zoom Room. Enter `all` to un-assign all tags from a Zoom Room. Currently, only one Tag ID per request is allowed.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/rooms/:roomId/tags?tag_ids=<string>?tag_ids=<string>'

ENDPOINTS