/
/Teamhood API v1
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 17h ago · Updated 17h ago
Attachments5
  • getRetrieves attachment metadata by unique identifier. Supports both uploaded files and external source attachments.
  • putUpdates attachment metadata and content by unique identifier. Only supports directly uploaded files, not external source attachments.
  • deleteDeletes an attachment by unique identifier. Supports both uploaded files and external source attachments.
  • getDownloads attachment file content by unique identifier. Only supports directly uploaded files, not external source attachments.
  • postAdds a new attachment to the specified item. Supports direct file uploads only; external source attachments are not supported.
Boards3
Item Activities1
Items7
Logs1
Rows1
Templates2
Timelogs1
Users1
Workspaces5
    Attachments

    Deletes an attachment by unique identifier. Supports both uploaded files and external source attachments.

    delete/api/v1/attachments/{id}

    Path parameters

    idstring uuid required

    The unique identifier of the attachment to delete.

    Response

    OK

    Changes