Chris_Carr | 2021-10-04 14:23:47 UTC | #1
Hi,
Is there an API call that we can use to delete a single email received from a client?
Thank you.
jacobshaw | 2021-10-04 18:49:14 UTC | #2
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
Chris_Carr | 2021-10-07 16:31:49 UTC | #3
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.
jacobshaw | 2021-10-07 19:48:29 UTC | #4
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-
system | 2021-11-07 19:48:33 UTC | #5
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 12245