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

Request Params

KeyDatatypeRequiredDescription
conversation_idstringThe conversation ID.
message_idstringThe message ID.