Delete Email Using the API

Hi,

Is there an API call that we can use to delete a single email received from a client?

Thank you.

The PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId} API resource with a request body such as { "state": "disconnected" } may be what you're looking for

Hi Jacob,

Thank you. I am not understanding this one. Is the PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId} API resource with a request body such as { "state": "disconnected" deleting an email?

Thank you.

Correction to myself, PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId} should be a better option. This will update the communication by disconnecting it.
https://apicentral.inindca.com/services/public-api-v2/swagger/conversations/#patch-api-v2-conversations-emails--conversationId--participants--participantId--communications--communicationId-

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.