This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Email API section of the Web Services API.
Cancels an outbound reply email.
An agent can perform this operation while creating a new outbound reply email.
This operation can be performed after an agent successfully creates a Reply or ReplyAll operation.
This is typically called when the agent no longer wishes to continue work on an incomplete email.
Request URL | /api/v2/me/emails/{emailId} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | Cancel |
POST on '''/me/emails/{id}''' { "operationName":"Cancel" }
{ "status": 0 }
{ "referenceId": 31, "notificationType": "StatusChange", "messageType": "EmailStateChangeMessage", "email": { "state": "Canceled", "id": "01QG9WAK37H38025", "capabilities": [ ], "uri": "http: //localhost: 8080/api/v2/email/01QG9WAK37H38025" } }