Remove attachment

Remove an attachment from a Codyt job.


    URL

    (DELETE) projects/{projectid}/tasks/{taskid}/attachment

    PARAMETERS

    token

    The token obtained on connection

    Required

    projectid

    The project.

    Required

    taskid

    The unique task identifier

    Required

    attachmentname

    The path/name of the attachment to remove.Note: The path/name should not start with "\"

    i.e.:

    - "\\Path1\\Doc.docx" is not a valid.

    - "Path1\\Doc.docx" is valid.

    Required

    ontranslation

    If true, the attachment to remove is set on the translated file.

    If false, the attachment to remove is set on the source file.

    By default the value is false.

    Optional

     

    RESULTS

    None.