Conversations
Delete an item
Delete an item from a conversation with the given IDs.
delete/conversations/{conversation_id}/items/{item_id}
Path parameters
conversation_idstring required
Example:conv_123
The ID of the conversation that contains the item.
item_idstring required
Example:msg_abc
The ID of the item to delete.
Response
OK