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
Key | Datatype | Required | Description |
---|---|---|---|
conversation_id | string | The conversation ID. | |
message_id | string | The message ID. |