package dto // DeleteResponse represents a successful delete operation response. // @Description Delete operation response type DeleteResponse struct { Status string `json:"status" example:"deleted"` }