Logo
Zoom Public API Documentation

Delete an existing label from mailbox

DELETE {{baseUrl}}/emails/mailboxes/:email/labels/:labelId

Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to.

Scopes: mail:write

Rate Limit Label: LIGHT

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/emails/mailboxes/:email/labels/:labelId'

ENDPOINTS