Delete Attachment
DELETE
https://backend.test-hyegro.com/attachments/{attachment_id}
attachment_id (int): The ID of the attachment to delete.
db (Session): The database session.
current_user (schemas.User): The user deleting the attachment.
schemas.Attachment: The deleted attachment.
Request
Path Params
attachment_id
integer
Attachment Id
Query Params
schema
Schema
Any of
Responses
Modified at 2025-04-14 16:23:20