Zendesk

Links

    Zendesk API

    Getting access, Developing, Testing

    Back to Zendesk

    Redact Comment Attachment

    Redaction allows you to permanently remove attachments from an existing comment on a ticket. Once removed from a comment, the attachment is replaced with an empty "redacted.txt" file.

    The redaction is permanent. It is not possible to undo redaction or see what was removed. Once a ticket is closed, redacting its attachments is no longer possible.

    Also, if you want to redact an inline attachment, you can use the include_inline_images parameter in the List Comments operation to obtain the inline attachment ID, and use it in the request URL.

    Allowed For

    Input

    type: object properties: parameters: type: object properties: Accept: type: string ticket_id: type: string description: (Required) The ID of the ticket comment_id: type: string description: (Required) The ID of the comment attachment_id: type: string description: (Required) The ID of the attachment required: - ticket_id - comment_id - attachment_id title: Parameters

    Output

    type: object