Logo
Zoom Public API Documentation

Delete activity from the deal

DELETE {{baseUrl}}/iq/deals/:dealId/activities?conversation_id=<string>&message_id=<string>

Delete specific activity from the deal. Either conversationid or messageid would be required.

Scopes: iq_deal:write,iq_deal:write:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 
conversation_id
string The conversation ID.
message_id
string The message ID.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/iq/deals/:dealId/activities?conversation_id=<string>&message_id=<string>?conversation_id=<string>&message_id=<string>'

ENDPOINTS