/mcphttps://<FQDN>/finesse/api/TeamMessage/<id> URI: https://finesse1.xyz.com/finesse/api/TeamMessage/be1598bb-bb2a-4dfc-8c01-91ec10b029af Example URI: Supervisor who created the Team Message or the administrator can use this API. Security Constraints: DELETE HTTP Method: Application/XML Content Type: XML Input/Output Format: — HTTP Request: 200: Success 207: Partially succeeded 207 indicates that one of the operations (Create or Delete) has succeeded but publishing to the alternate node might have failed due to DB replication issues. In this case, the message broadcasted by a supervisor (logged in to one of the Finesse nodes) might not be displayed to the agents logged in to the alternate Finesse node. Note 401: Authorization Failure 404: Not Found 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorType>Not Found</ErrorType> <ErrorData>finesse.api.not_found</ErrorData> <ErrorMessage>Message with ID 06f381e6-10ee-47a9-9b36-1c2d7b62db08 not found.</ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: TeamMessage API Parameters Notes Possible Values Description Type Parameter — The URI to get a new copy of the TeamMessage object. String uri — The unique identifier for the TeamMessage. String id — The Agent ID of the creator of the TeamMessage. String createdBy — The UTC time of the TeamMessage posted in seconds. Integer createdAt Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 203 Cisco Finesse Desktop APIs TeamMessage API Parameters