DELETE /chat/users/{userId}/messages/{messageId}
Delete a chat message that you previously sent to a contact or a channel. In the query parameter, you must provide either of the following:
to_contact: The email address of the contact to whom you sent the message. Use this parameter to delete a message sent to an individual contact in Zoom.to_channel: The channel ID of the channel where you sent the message. Use this parameter to delete a message sent to a channel in Zoom.
Note: For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has Edit permission for Chat Messages.
Scope: chat_message:write, chat_message:write:admin
Rate Limit Label: Medium
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
userId |
String | Yes | |
messageId |
String | Yes |
Message ID |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
to_channel |
String | No |
The channel Id of the channel where you would like to send the message. You must provide either |
to_contact |
String | No |
The userId or email address of a chat contact to whom you previously sent the message. Note: You must provide either |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.