Delete a session comment
Sessions
Delete a session comment
Delete a session comment — Removes an internal note from a chat session. Only the agent who authored the note may delete it.
DELETE
Delete a session comment
Deletes an internal note. The note stops appearing in the inbox and in List history, and the endpoint answers
Only the note’s author may delete it — anyone else receives a
204 with no body.
The acting agent is passed as the agent_id query parameter, since a DELETE carries no body:
403. A comment_uuid that belongs to a different session returns a 404.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the chat session
The unique identifier of the comment
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Agent user ID performing the deletion. Only the note's author may delete it.
Required range:
x <= 9007199254740991Response
Default Response